php-binance-api
php-binance-api copied to clipboard
Websocket disconnections aren't able to be retried.
On a websocket closing due to an error, no errors are able to be caught to reconnect to the websocket within PHP code.
I'd suggest adding a "reconnect" option, when constructing the binance API or a similar config function to enable 'retries' within the websockets.