pusher / pusher-websocket-dotnet

Pusher Channels Client Library for .NET
MIT License
112 stars 113 forks source link

Backoff delay never reset #97

Closed damdo closed 4 years ago

damdo commented 4 years ago

As pointed out by @rh78 in #90 the _backOffMillis delay is increased but never reset after a successful reconnection.

This lead to the client always waiting a non-zero delay before attempting a reconnection upon previous reconnections.