eBay / ebay-oauth-java-client

eBay OAuth APIs client for Java
https://developer.ebay.com/api-docs/static/oauth-tokens.html
Apache License 2.0
48 stars 34 forks source link

Addressing resource leak raised in issue #28 #29

Closed Sounie closed 2 years ago

Sounie commented 3 years ago

When we are finished with processing of response from okhttp3 client we need to close it to allow the associated resources to be freed.

Closes #28