Replies: 1 comment
-
@plewam this seems like a legitimate issue. Please continue discussion here: #1464 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently testing the 7.0.0-alpha.2 release. I have set the
AutomaticRecoveryEnabled
totrue
. During the consume of messages from my remote server my VM somehow had it's network connection interrupted for a short period of time. I use all the newasync
methods.During this short outage I receive these events from the library. Please not that these are my own logging texts.
RabbitMQ model was shutdown. ReplyText was <"Unexpected Exception: Unable to read data from the transport connection: Connection reset by peer.">
RabbitMQ consumer was cancelled. Consumer tag <"71cd2fcf-0f86-477b-86d6-c9bf0518b51e">
RabbitMQ consumer was shut down. ReplyText <"Unexpected Exception: Unable to read data from the transport connection: Connection reset by peer.">. Initiator <Library>
However I would expect the channel and consumer to automatically recover. Can somebody maybe give me some tips? Or is this issue already known?
Beta Was this translation helpful? Give feedback.
All reactions