-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Single.retry(When) #3548
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
Labels
Comments
+1 |
These are now implemented:
The variant with the Scheduler isn't (and probably shouldn't even exist in the first place). Let me know if they work out for you. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if Single had retry operators like Observable.
The one I actually want is
retryWhen
but I imagine they'd have similar enough implementations to be fairly straightforward once you have one.The text was updated successfully, but these errors were encountered: