-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(flattenSequentially): fix behaviour of outer stream completion
The operator flattenSequentially should still emit values from the inner streams even after the outer stream has completed. This commit changes/fixes the behaviour of flattenSequentially so that a complete on the outer stream does not complete the result stream if there is still some inner stream active. BREAKING CHANGES: If your code was relying on buggy behavior, you may need to migrate carefully. Check your usages of flattenSequentially and how the outer stream completes. ![maybe won't](https://img.shields.io/badge/will%20it%20affect%20me%3F-maybe%20won't-yellowgreen.svg) ISSUES CLOSED: #141.
- Loading branch information
Showing
2 changed files
with
33 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters