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

Add warning about concurrency with Channels #294

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Conversation

Zerpet
Copy link
Contributor

@Zerpet Zerpet commented Jan 16, 2025

This fixes #291.

It is tribal knowledge that channels should not be used accessed by
multiple goroutines. Adding this warning to the function documentation
should avoid further issues like #291.

@Zerpet Zerpet self-assigned this Jan 16, 2025
@Zerpet Zerpet added this to the 1.11.0 milestone Jan 16, 2025
@Zerpet Zerpet requested a review from lukebakken January 16, 2025 18:21
@lukebakken lukebakken merged commit cc82041 into main Jan 16, 2025
7 checks passed
@lukebakken lukebakken deleted the fix/issue-291 branch January 16, 2025 20:07
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.

consume input basicConsumeOk but response queueBindOk
2 participants