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
Have you ran into slow memory leaks over time? I'm noticing that getMarketSummaries calls during small 10 second intervals over many hours result in a build up of java.lang.ref.finalizer.
I believe this to possibly be in the getResponseBody, specifically the BufferedReader is not being closed. I'm going to continue to investigate, but I wanted to raise the issue.
Regards,
The text was updated successfully, but these errors were encountered:
@platelminto
Have you ran into slow memory leaks over time? I'm noticing that getMarketSummaries calls during small 10 second intervals over many hours result in a build up of java.lang.ref.finalizer.
I believe this to possibly be in the getResponseBody, specifically the BufferedReader is not being closed. I'm going to continue to investigate, but I wanted to raise the issue.
Regards,
The text was updated successfully, but these errors were encountered: