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 leaking state machine streams #297

Merged
merged 2 commits into from
Aug 20, 2024

Conversation

Wizdave97
Copy link
Member

This PR fixes a regression that caused the state machine update notification streams to keep running in the background even when all receivers have been dropped.

The state machine update notification stream has been reimplemented such that only one background task is ever spawned whenever the function is called.

@seunlanlege seunlanlege merged commit 730eac9 into main Aug 20, 2024
8 checks passed
@seunlanlege seunlanlege deleted the david/fix-leaking-state-machine-streams branch August 20, 2024 22:03
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.

2 participants