You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Any time i download attachments i get the warning:
okhttp3.internal.platform.Platform log
WARNING: A connection to https://cdn.signal.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Please add the missing body.close() in:
org.whispersystems.signalservice.internal.push.PushServiceSocket
private void downloadFromCdn(OutputStream outputStream, String path, int maxSizeBytes, ProgressListener listener)
Found in:
org.whispersystems:signal-service-java:2.15.3
Thank you!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any time i download attachments i get the warning:
okhttp3.internal.platform.Platform log
WARNING: A connection to https://cdn.signal.org/ was leaked. Did you forget to close a response body? To see where this was allocated, set the OkHttpClient logger level to FINE: Logger.getLogger(OkHttpClient.class.getName()).setLevel(Level.FINE);
Please add the missing body.close() in:
org.whispersystems.signalservice.internal.push.PushServiceSocket
private void downloadFromCdn(OutputStream outputStream, String path, int maxSizeBytes, ProgressListener listener)
Found in:
org.whispersystems:signal-service-java:2.15.3
Thank you!
The text was updated successfully, but these errors were encountered: