-
Notifications
You must be signed in to change notification settings - Fork 357
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
connection.disconnect() fires the error handler with connection reset #462
Comments
Same issue. When I call
I have a script that uses amqp and I need to terminate it after all processing is done. However, calling disconnect won't kill the amqp's even loop(?) so my script keeps running. Calling disconnect() doesn't seem to end the event loop in this case. |
Same issue, calling |
A temporary way to fix this issue is to call |
hey guys, I have found a fix. According to my understanding,when we call disconnect it sends The fix is comment out or remove
As I am beginner, correct me if something is wrong with this, |
Is there any update on this issue? I am still hit by this issue. (I am just killing the App manually at the end) |
How should I cleanly disconnect while also handling errors?
The text was updated successfully, but these errors were encountered: