Closed tomasf closed 3 years ago
Hi @tomasf,
Thank you for another pull request! As @gwhelanLD mentioned on your other pull request, we'll fix the broken build and will then take a look at this proposed change.
Cheers, @bwoskow-ld
Filed internally as 98443.
Previous behavior
If
backoffResetThreshold
seconds have passed since the last successful connection, the backoff is reset, regardless of whether this is the first reconnection attempt or not, and no further backoff is performed since it gets reset for every attempt.New behavior
The reset threshold is only considered for the first reconnection attempt after a successful connection, as you would expect.