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

Prevent from sending a message to an already closed channel. #189

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

YoEight
Copy link
Member

@YoEight YoEight commented Oct 29, 2024

Fixed: Prevent from sending a message to an already closed channel.

Fixes #187

Not completely foolproof, but using an atomic boolean strikes a good balance between accuracy and performance.

@YoEight YoEight requested a review from w1am October 29, 2024 14:22
@YoEight YoEight merged commit 88d8c74 into master Nov 12, 2024
39 checks passed
@YoEight YoEight deleted the yoeight/fix-panic-on-close branch November 12, 2024 03:04
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.

Flaky panic in concurrent AppendToStream error handling
2 participants