RabbitMQ Channel Closes when debugging #709
Unanswered
jonatassallazar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
We use the @golevelup/nestjs-rabbitmq package in our app, and it works perfectly to us, but when we need to debug the application to find and kill the bugs, just after the code stops at the breakpoint and we move some lines or letting the app run again, the rabbitmq throw an error of "Disconnected from RMQ. Trying to reconnect" and shortly after "Unexpected close", then I have to restart the app to work again.
Anyone has the same problem? I've tried some configurations in the rabbitmq options, but no luck until now.
I really don't know if it's really the default behaviour or if the setup is something wrong or even if it's some config on rabbitmq container connection options.
I aprettiate any help or ideas.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions