You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(delayWhen): Emit source value if duration selector completes synchronously (#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.
0 commit comments