-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Update the Javadoc of the retry
operator
#6458
Update the Javadoc of the retry
operator
#6458
Conversation
Sure. Could you also make sure all the other counted |
ce19a9b
to
fb98b60
Compare
Codecov Report
@@ Coverage Diff @@
## 2.x #6458 +/- ##
============================================
- Coverage 98.26% 98.25% -0.01%
+ Complexity 6295 6293 -2
============================================
Files 675 675
Lines 45173 45173
Branches 6246 6246
============================================
- Hits 44387 44386 -1
- Misses 245 248 +3
+ Partials 541 539 -2
Continue to review full report at Codecov.
|
fb98b60
to
fcb3f09
Compare
Sure. Please, note:
|
Observable.retry
operatorretry
operator
Specify that the `times` function parameter describes "the number of times to resubscribe if the current *operator* fails". Also, this commit updates some unit tests to illustrate the Javadoc wording. Solves: ReactiveX#6402
fcb3f09
to
d7273d6
Compare
Nice! Thanks! |
Specify that the
times
function parameter describes "the number of timesto resubscribe if the current Observable fails".
Solves: #6402