-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(delayWhen): Emit source value if duration selector completes sync…
…hronously (#3664) * fix(delayWhen): Emit source value if duration selector completes synchronously This fixes an issue where delayWhen would not re-emit a source emission if the duration selector completed synchronously. fixes #3663 * docs(delayWhen): Deprecate completion of notifier triggering source emission This deprecates the behavior that the completion of the notifier observable will cause the source emission to be emitted on the output observable.
- Loading branch information
Showing
2 changed files
with
32 additions
and
9 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