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 have a FallbackAsync Policy combined with a WaitAndRetryAsync Policy.
Both Policies are wrapped together with WrapAsync.
FallbackPolicy.WrapAsync(RetryPolicy). This works.
Is have a need to add some Finalizer eq. When the WaitAndRetryAsync succeeds like the fallbackAction but in the WaitAndRetryAsync
The text was updated successfully, but these errors were encountered:
I have a FallbackAsync Policy combined with a WaitAndRetryAsync Policy.
Both Policies are wrapped together with WrapAsync.
FallbackPolicy.WrapAsync(RetryPolicy). This works.
Is have a need to add some Finalizer eq. When the WaitAndRetryAsync succeeds like the fallbackAction but in the WaitAndRetryAsync
The text was updated successfully, but these errors were encountered: