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
830
stars
622
forks
source link
Question: how to close the websocket connection? #431
I'm using the lib with Spring. So I used a bean to initiate the WebSocket connection.
However, when I close the connection, it keeps listening to events.
Am I doing something wrong here?