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 scheduling twice during flush #7198

Merged
merged 1 commit into from Mar 1, 2023

Conversation

trxcllnt
Copy link
Member

Fixes an issue where trying to share a microtask cause the scheduler to trip over itself.

resolves #7196

A non-breaking alternative fix to PR #7197

Fixes an issue where trying to share a microtask cause the scheduler to trip over itself.

resolves ReactiveX#7196
@trxcllnt trxcllnt added 7.x Issues and PRs for version 6.x 8.x Issues and PRs for version 8.x labels Feb 28, 2023
@benlesh benlesh merged commit 1b52405 into ReactiveX:7.x Mar 1, 2023
benlesh pushed a commit that referenced this pull request Mar 1, 2023
…sh (#7198)

Fixes an issue where trying to share a microtask cause the scheduler to trip over itself.

resolves #7196
@benlesh
Copy link
Member

benlesh commented Mar 1, 2023

Also applied to 8.x (master)

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 6.x 8.x Issues and PRs for version 8.x
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants