We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How might you express exponential back-off on network error with Bolts?
The text was updated successfully, but these errors were encountered:
Here's how we do it in the Parse iOS SDK, it's a fairly extensible solution:
https://github.com/ParsePlatform/Parse-SDK-iOS-OSX/blob/40a9a2cb5ea8c8624c21a15951a8320ed2921eb9/Parse/Internal/Commands/CommandRunner/URLSession/PFURLSessionCommandRunner.m#L199-L251
Is that what you're looking for?
Sorry, something went wrong.
@richardjrossiii Looks like it yeah! Guess random delays are fine.
richardjrossiii
No branches or pull requests
How might you express exponential back-off on network error with Bolts?
The text was updated successfully, but these errors were encountered: