domoinc / domo-java-sdk

Java - Domo API SDK
https://developer.domo.com/
MIT License
25 stars 18 forks source link

Connection leak issue #3

Closed vikas-tikoo-zefr closed 7 years ago

vikas-tikoo-zefr commented 7 years ago

Getting the following warning log repeatedly:


WARNING: A connection to https://api.domo.com/ 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);```
checketts commented 7 years ago

What details were you able to see from setting the logger to FINE?

checketts commented 7 years ago

Fixed with 0.2.0 release