Open wiseinvoker opened 3 years ago
There are limits set by binance: https://github.com/oliver-zehentleitner/unicorn-binance-websocket-api/wiki/Binance-websocket-endpoint-configuration-overview
Jex.com allows only 10 subscriptions...
So i guess thats not a fault of this lib!
There are several method in Binance Socket Manager to subscribe klines, tickers, etc. I think the websocket functionality is inconsistent and sometimes it raises Maximum connection reached error when trying to subscribe websocket streams while other websocket client (using
websocket-client
) connection to the Binance Stream works very well. If I subscribe Binance websocket stream using JavaScript in browser, it never raises maximum connection reached error. But If I use this librarypython-binance
to subscribe kline or ticker stream, I sometimes face maximum connection reached error.Using python-binance
Using websocket-client
Why not using
websocket-client
module to manage binance websocket streams?