MitchellHarrison / stream-environment

Python. Postgres. Docker. | Microservices in pursuit of a better, more interactive live stream. https://twitch.tv/mitchsworkshop
https://twitch.tv/mitchsworkshop
MIT License
20 stars 12 forks source link

Handle connection error to twitch chat server #4

Open MitchellHarrison opened 3 years ago

MitchellHarrison commented 3 years ago

If the connection is reset by peer (Errno 104), attempt to reconnect at exponentially increasing number of seconds (instant, 1, 2, 4, 8, ...)

MitchellHarrison commented 2 years ago

Error raised is "ConnectionResetError"

MitchellHarrison commented 2 years ago

Fix added but not tested. Will close when able to confirm functionality when error is raised. When connection works first time, everything is functional as normal.