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
When using topic exchange, the server freezes and doesn't respond.
topic
Code example: https://gist.github.com/sujit-baniya/81894e8b0dc3b1c1f4934b0051e88414
Steps to reproduce:
go run receive.go "kern.*"
go run emit.go "kern.critical" "A critical kernel error"
Ctrl + c
The text was updated successfully, but these errors were encountered:
Yes, I't is really an issue with deadlock when server delete queue. If you create exclusive queue server tries to delete it when connection closed.
I will try to fix it soon.
Sorry, something went wrong.
Fix #99
Fixed, thank you for report!
No branches or pull requests
When using
topic
exchange, the server freezes and doesn't respond.Code example: https://gist.github.com/sujit-baniya/81894e8b0dc3b1c1f4934b0051e88414
Steps to reproduce:
go run receive.go "kern.*"
go run emit.go "kern.critical" "A critical kernel error"
Ctrl + c
go run receive.go "kern.*"
. Here it just freezesThe text was updated successfully, but these errors were encountered: