Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent multiple tasks for reconnection (#1369)
* Prevent multiple taks for reconnection As discussed here. #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]>
- Loading branch information