Discussed in #1463
Originally posted by plewam January 7, 2024
I am currently testing the 7.0.0-alpha.2 release. I have set the AutomaticRecoveryEnabled to true. 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 new async methods.
During this short outage I receive these events from the library. Please not that these are my own logging texts.
- (Channel) ChannelShutdown
- (Consumer) ConsumerCancelled
- (Consumer) Shutdown
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?