We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like there's no protection from the client opening the same channel twice:
lavinmq/src/lavinmq/client/client.cr
Lines 314 to 318 in f132fb9
The text was updated successfully, but these errors were encountered:
Not sure if it's allowed to double open a channel, but at least the channel object in lavinmq shouldn't be overwritten.
Sorry, something went wrong.
Don't allow double Channel#Open from clients
0463298
Fixes #604
Don't allow double Channel#Open from clients (#614)
9ebffb5
Successfully merging a pull request may close this issue.
Looks like there's no protection from the client opening the same channel twice:
lavinmq/src/lavinmq/client/client.cr
Lines 314 to 318 in f132fb9
The text was updated successfully, but these errors were encountered: