Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(scheduler): prevent unwanted clearInterval
In AsyncAction, this.pending was assigned before the call to recycleAsyncId. That prevented the interval from being re-used resulting in the interval being cleared and re-created for each notification. Closes ReactiveX#3042
- Loading branch information