Replies: 4 comments
-
What does RabbitMQ log at the time of the error? |
Beta Was this translation helpful? Give feedback.
-
this is my error time :
|
Beta Was this translation helpful? Give feedback.
-
we have this error on certain queues |
Beta Was this translation helpful? Give feedback.
-
This means that your application shut down without closing the connection correctly. Is there an unhandled error or panic happening? I'm not sure why you are getting We can investigate if there is a reliable way to reproduce this issue. |
Beta Was this translation helpful? Give feedback.
-
hi
RabbitMQ 3.13.2Erlang 26.2.5
go 1.22
os : linux 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
package : github.com/rabbitmq/amqp091-go v1.10.0
in our code we got signal with error nil
what should we do at this time?is this error fake?
golang code :
error code :
Beta Was this translation helpful? Give feedback.
All reactions