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.
@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,