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
We should turn HTTPManagerRetryBehavior.Strategy into a struct so we can merge the custom retry behavior into it.
This could alternatively be done with a new .custom case, but by turning it into a struct we allow ourselves to add new built-in strategies in the future in a backwards-compatible fashion.
This is a backwards-incompatible change.
The text was updated successfully, but these errors were encountered:
We should turn
HTTPManagerRetryBehavior.Strategy
into astruct
so we can merge the custom retry behavior into it.This could alternatively be done with a new
.custom
case, but by turning it into astruct
we allow ourselves to add new built-in strategies in the future in a backwards-compatible fashion.This is a backwards-incompatible change.
The text was updated successfully, but these errors were encountered: