python-binance
python-binance copied to clipboard
fix reconnect failure
Run reconnect once may encounter network error, and then await self._wait_for_reconnect() would cause an infinite loop
Any updates on this? I too am facing the same issue and this fix works fine for me. @sammchardy
Thanks @cogisum