php-binance-api icon indicating copy to clipboard operation
php-binance-api copied to clipboard

Websocket disconnections aren't able to be retried.

Open GavChap opened this issue 4 years ago • 0 comments

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.

GavChap avatar Apr 07 '21 09:04 GavChap