You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ExponentialBackoff to retry in 1s..2s..4s then connected.
Then disconnected again and start retry in 8s...16s...32s.
What i want is backoff.reset(),then retry in 1s..2s..4s in second retry.