sammchardy / python-binance

Binance Exchange API python implementation for automated trading
https://python-binance.readthedocs.io/en/latest/
MIT License
5.89k stars 2.2k forks source link

fix bad argument to exit_core in ReconnectingWebsocket #1337

Closed d33m00n closed 11 months ago

d33m00n commented 1 year ago

_exit_coro is passed the wrong argument in __aexit__, so the object is not being removed from the _conn dictionary in the BinanceSocketManager.

sammchardy commented 11 months ago

Thanks @d33m00n