python-binance icon indicating copy to clipboard operation
python-binance copied to clipboard

fix reconnect failure

Open cogisum opened this issue 3 years ago • 1 comments

Run reconnect once may encounter network error, and then await self._wait_for_reconnect() would cause an infinite loop

cogisum avatar Nov 07 '21 03:11 cogisum

Any updates on this? I too am facing the same issue and this fix works fine for me. @sammchardy

hastak-desai-fx avatar Jun 13 '22 07:06 hastak-desai-fx

Thanks @cogisum

sammchardy avatar Feb 19 '23 01:02 sammchardy