java-bittrex icon indicating copy to clipboard operation
java-bittrex copied to clipboard

java.lang.ref.finalizer - Possible Memory Leak

Open Tris10w opened this issue 8 years ago • 1 comments

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

Tris10w avatar Sep 27 '17 14:09 Tris10w

Thanks for the heads up, I'll check it out when I have time - likely over the weekend.

platelminto avatar Sep 27 '17 18:09 platelminto