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
At the moment, we are looking not to add further policy configuration overloads to Polly, due to the already too-numerous overloads. The forthcoming syntax changes proposed in #281 are intended to reduce the number of overloads by splitting onPolicyEvent-type delegates out of Policy configuration.
It could be good then to add this after the #281 syntax changes.
WaitAndRetry(int, Func<int, TException, TimeSpan> timeout);
The text was updated successfully, but these errors were encountered: