You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In rabbitmq/rabbitmq-dotnet-client#1376, a user did not realize that a channel level exception returned from RabbitMQ meant that the channel was no longer valid.
Our tutorials should cover some of the most common exceptions encountered with RabbitMQ
Describe the solution you'd like
A tutorial that demonstrates what to do in these cases:
Common connection exception (auth error?)
Common channel exceptions (precondition failed, missing entity)
Operation timeouts
Other?
Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In rabbitmq/rabbitmq-dotnet-client#1376, a user did not realize that a channel level exception returned from RabbitMQ meant that the channel was no longer valid.
Our tutorials should cover some of the most common exceptions encountered with RabbitMQ
Describe the solution you'd like
A tutorial that demonstrates what to do in these cases:
Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: