Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing problem with infinite connecting threads
Whenever the internet connection is lost, the handle_reconnect function initiates a new thread for reconnection each time. As a result, multiple threads may attempt to reconnect simultaneously.
- Loading branch information