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
fix(retry): implement two-stage select to prioritize context cancellation
- Add non-blocking select stage to check context/closer before timer
- Remove skipUnderDuress logic from tests as no longer needed
- Revert timing tolerance changes since root cause is fixed
- Eliminates race condition in retry.Next() select statement
Implements solution suggested by @kev-cao in #154764
0 commit comments