Open MitchellHarrison opened 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, ...)
Error raised is "ConnectionResetError"
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.
If the connection is reset by peer (Errno 104), attempt to reconnect at exponentially increasing number of seconds (instant, 1, 2, 4, 8, ...)