Browse Source
* Prevent multiple taks for reconnection As discussed here. https://github.com/miguelgrinberg/python-socketio/discussions/1367 In certain scenarios, this library creates multiple reconnection tasks. A check is added to make sure that reconnection task starts only when this task is not running. Signed-off-by: Humayun Ajmal <[email protected]> * async client --------- Signed-off-by: Humayun Ajmal <[email protected]> Co-authored-by: Miguel Grinberg <[email protected]>pull/1426/head
committed by
GitHub
2 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue