Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(mergeMapTo): mergeMapTo result should complete
Fix mergeMapTo operator to properly complete when all inner Observables have completed and so has the outer completed. Fix the `active` count in mergeMapTo to increment when a new inner is opened, and to decrement when an existing inner is closed.
- Loading branch information