joaopsilva / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
208 stars 803 forks source link

Closing websocket connection raises outOfBoundsCheckFromIndexSize exception #51

Open jshellen opened 2 years ago

jshellen commented 2 years ago

Hi,

The okhttp3 WebSocket.cancel() call in WebSocketconnection throws outOfBoundsCheckFromIndexSize.

Have you seen this exception before?