Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(throttle): no longer emits more than necessary in sync/sync trailing case #6059

Merged

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Feb 26, 2021

Resolves an edge case where if a user provided a synchronous source and a synchronous notifier, using a trailing behavior, the returned observable would get caught in a loop emitting the final value over and over again.

fixes: #6058

…ing case

Resolves an edge case where if a user provided a synchronous source and a synchronous notifier, using a trailing behavior, the returned observable would get caught in a loop emitting the final value over and over again.

fixes: ReactiveX#6058
@benlesh benlesh requested a review from cartant February 26, 2021 07:50
@benlesh benlesh merged commit 9da638a into ReactiveX:master Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Throttle goes crazy in sync source, sync notifier scenario with trailing: true
2 participants