forked from jjeffery/stomp
-
Notifications
You must be signed in to change notification settings - Fork 96
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
panic: send on closed channel #134
Comments
Same issue observed when upgrading to 3.1.0:
Version 3.0.5 doesn't have this bug when unsubscribe, I suspect it's due to the following fix that closed the channel: |
mschneider82
added a commit
to mschneider82/stomp
that referenced
this issue
Jul 10, 2024
worg
added a commit
that referenced
this issue
Jul 14, 2024
close channel only once. fixes panic #134
closed by #135 |
sraghavan-drio
pushed a commit
to drio-ai/stomp
that referenced
this issue
Aug 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: v3.1.0
Getting golang "panic: send on closd channel" error on Subscribe and Unsubscribe.
The text was updated successfully, but these errors were encountered: