Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(windowWhen): fix windowWhen with regard to unsubscriptions
Fix windowWhen operator to unsubscribe the closingNotification observable when the source has raised an error or has completed, or received an explicit unsubscribe() call. Also change windowWhen to close a window whenever the closingNotification completes, this is aligned with how windowToggle behaves as well.
- Loading branch information