Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(throttleTime): fix double emission with leading and trailing enabled
Fix an issue with throttleTime emitting both leading and trailing values in the same time window. Double emission problem: source: a123b12-c-23d-2-ef--- expected: a---b---c---d---e---f actual: a---b1---c2---2-e---f Closes #2466 and #2727. Follows #2749 and #2864. BREAKING CHANGE: throttleTime no longer emits both leading and trailing values in the same time window.
- Loading branch information