Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge HTTPManagerRetryBehavior.CustomStrategy into HTTPManagerRetryBehavior.Strategy #39

Open
lilyball opened this issue Jun 28, 2018 · 0 comments

Comments

@lilyball
Copy link
Collaborator

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.

@lilyball lilyball added this to the 5.0 milestone Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant