-
Notifications
You must be signed in to change notification settings - Fork 474
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
Error on queue delete #497
Comments
It's difficult to tell without seeing any code. Can you provide a failing test case? |
Just a guess, but when the server closes a channel it sends a null messages to any subscribers. Is it possible you are subscribing to messages, and when the channel is closed you aren't checking that the message you've received is null?
|
Any update @mglowinski ? |
When I am trying to delete queue by name, I have got the following error:
[AMQP] conn error Cannot read property 'content' of null
[AMQP] channel closed
[AMQP] reconnecting
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: