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

Fix merge operator to handle onCompleted of input observables not a d… #33

Merged
merged 1 commit into from
Dec 2, 2018

Conversation

naxxster
Copy link
Contributor

…estructive way

The merge operator removed the source observable if it complete.
After that the subscriptions after that source observable index can not unsubscribe.
Fix the issue by recording the completed source index, as combineLatest operator does.

…estructive way

The merge operator removed the source observable if it complete.
After that the subscriptions after that source observable index can not unsubscribe.
Fix the issue by recording the completed source index, as combineLatest operator does.
@bjornbytes bjornbytes merged commit 687c7e5 into bjornbytes:master Dec 2, 2018
@naxxster naxxster deleted the fix-merge-source-completed branch January 17, 2019 05:30
4O4 pushed a commit to 4O4/lua-reactivex that referenced this pull request Oct 2, 2019
…eted

Fix merge operator to handle onCompleted of input observables not a d…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants