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

2.x: fix & update Observable.repeatWhen and retryWhen (again) #4911

Merged
merged 1 commit into from
Dec 9, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Dec 9, 2016

This PR fixes the Observable.repeatWhen not completing properly if the handler completes. In addition, the ObservableRedo has been split to ObservableRetryWhen and ObservableRepeatWhen just like their Flowable counterpart and are now they use a less convoluted algorithm.

Related: #4909

@akarnokd akarnokd added this to the 2.0 backlog milestone Dec 9, 2016
@akarnokd
Copy link
Member Author

akarnokd commented Dec 9, 2016

I don't know why the travis-ci/push still shows up.

@codecov-io
Copy link

codecov-io commented Dec 9, 2016

Current coverage is 95.64% (diff: 98.43%)

Merging #4911 into 2.x will decrease coverage by 0.03%

@@                2.x      #4911   diff @@
==========================================
  Files           586        586          
  Lines         37410      37446    +36   
  Methods           0          0          
  Messages          0          0          
  Branches       5628       5625     -3   
==========================================
+ Hits          35791      35814    +23   
- Misses          671        695    +24   
+ Partials        948        937    -11   

Powered by Codecov. Last update 5b6d1f8...c7b4ccb

@akarnokd akarnokd merged commit 2332df2 into ReactiveX:2.x Dec 9, 2016
@akarnokd akarnokd deleted the ObservableRepeatWhenFix2 branch December 9, 2016 17:24
@akarnokd akarnokd changed the title 2.x: fix & update Observable.repeatWhen and redoWhen (again) 2.x: fix & update Observable.repeatWhen and retryWhen (again) Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants