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(asapScheduler): No longer stops after being scheduled twice during flush #7197

Closed

Conversation

benlesh
Copy link
Member

@benlesh benlesh commented Feb 28, 2023

Fixes an issue where trying to share a microtask cause the scheduler to trip over itself. Instead, each scheduled item will get its own microtask.

resolves #7196

…g flush

Fixes an issue where trying to share a microtask cause the scheduler to trip over itself. Instead, each scheduled item will get its own microtask.

resolves ReactiveX#7196
@benlesh benlesh added 7.x Issues and PRs for version 7.x 8.x Issues and PRs for version 8.x labels Feb 28, 2023
@benlesh
Copy link
Member Author

benlesh commented Mar 1, 2023

Closed by #7198. (Thanks, @trxcllnt)

@benlesh benlesh closed this Mar 1, 2023
@benlesh benlesh deleted the Issue-7196_fix-asapScheduler-stopping branch March 1, 2023 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.x Issues and PRs for version 7.x 8.x Issues and PRs for version 8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant