Fix: Respect IReconnectRetryPolicy in disconnect loops by NickCraver · Pull Request #2853 · StackExchange/StackExchange.Redis

added 3 commits

March 4, 2025 11:06

philon-msft

NickCraver added a commit that referenced this pull request

Mar 6, 2025
…2856)

Additional case handling for #2853, respecting backoff in the disconnected -> resurrecting state case. We need to check backoff in that flow as well to prevent a premature `TryConnect`.