anlutro / botologist

Plugin-driven Python3 IRC
MIT License
5 stars 5 forks source link

Auto reconnect not working properly #81

Closed anlutro closed 6 years ago

anlutro commented 7 years ago
2017-01-27 00:07:40,192 [ WARNING] [botologist.protocol.irc] Ping timeout
2017-01-27 00:07:40,192 [    INFO] [botologist.bot] shutting down HTTP server
2017-01-27 00:07:40,443 [    INFO] [botologist.bot] ticker stopped
2017-01-27 00:07:40,443 [    INFO] [botologist.protocol.irc] Disconnecting
2017-01-27 00:07:40,444 [ WARNING] [botologist.protocol.irc] connect_thread is already alive, not doing anything
2017-01-27 00:07:40,448 [    INFO] [botologist.protocol.irc] received empty binary data, but quitting, so exiting loop

connect_thread definitely needs to be restarted in scenarios like these.

anlutro commented 6 years ago

Haven't seen this in a long time so assuming fixed