Hi,
I have a method that fetches kline data and also it starts subscribing to updates via websockets. From time to time it will lose the connection or something other might happen. Is it possible to get the errors from the websocket API and handle this myself?
rewrite binance npm function by yourself, use power of javascript, access "binance" object and create a new function , you will have access to all functions and varibles in that object
Hi, I have a method that fetches kline data and also it starts subscribing to updates via websockets. From time to time it will lose the connection or something other might happen. Is it possible to get the errors from the websocket API and handle this myself?