mandrewcito / signalrcore

SignalR Core python client
https://mandrewcito.github.io/signalrcore/
MIT License
119 stars 57 forks source link

Fixing problem with infinite connecting threads #114

Open SipanOhanyan opened 2 weeks ago

SipanOhanyan commented 2 weeks ago

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.