Open bennycode opened 3 years ago
Yeah definitely could have that feature in considering the recent surge on Binance servers
Thinking about adding a websocket status checker too.
@hp8wvvvgnj6asjm7 the "binance-api-node" already uses the reconnecting-websocket package, so what would you like to add to check the WebSocket connection?
Recently my application stopped working because the Binance API was under stress and failed to respond in time. Because of this "binance-api-node" failed with the following error:
It would be nice if we could add a retry mechanism. In my own projects (like coinbase-pro-node), I am using axios-retry which works very well. I think there is something similar for
isomorphic-fetch
. What's your thought on that, @balthazar?