binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
MIT License
831
stars
623
forks
source link
Can't cleanly shutdown cleanly after getting ExchangeInfo #288
Hi, the OkHttpClient connection appears to remain open preventing a clean shutdown after the
clien.getExchangeInfo() call. Maybe I'm missing something, but is there some way to close this
connection?
Hi, the OkHttpClient connection appears to remain open preventing a clean shutdown after the clien.getExchangeInfo() call. Maybe I'm missing something, but is there some way to close this connection?