Replies: 6 comments 5 replies
-
See server logs for clues. Both channel and connection errors are reported by the server asynchronously, so the client can try another operation after one that fails and will be notified in a brief moment. That operation, assuming it expects a server response, will time out. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@pabermod we must know the versions of software you're using -
In addition, what will help us help you the fastest is if you provide code that I can clone, compile and run to observe this issue. By not providing code you are asking me to take extra time guessing how to reproduce what you report when instead I could be using that time to diagnose your issue. |
Beta Was this translation helpful? Give feedback.
-
I will provide an example tomorrow
Obtener Outlook para Android<https://aka.ms/AAb9ysg>
…________________________________
From: Luke Bakken ***@***.***>
Sent: Thursday, September 1, 2022 5:15:23 PM
To: rabbitmq/rabbitmq-dotnet-client ***@***.***>
Cc: Pablo Bernal ***@***.***>; Mention ***@***.***>
Subject: Re: [rabbitmq/rabbitmq-dotnet-client] Timeout when opening a new channel after channel exception (Discussion #1245)
@pabermod<https://github.com/pabermod> we must know the versions of software you're using -
* Erlang
* RabbitMQ
* RabbitMQ .NET client
* .NET
In addition, what will help us help you the fastest is if you provide code that I can clone, compile and run to observe this issue. By not providing code you are asking me to take extra time guessing how to reproduce what you report when instead I could be using that time to diagnose your issue.
—
Reply to this email directly, view it on GitHub<#1245 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACFD2HQCXYXOHCH7UDXRV4TV4DCAXANCNFSM6AAAAAAQCGIOX4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
#1246 1246 |
Beta Was this translation helpful? Give feedback.
-
Hi, I have the following scenario:
I have a handler for that event that opens a new channel for the same connection. When openning the new channel I get the following error:
I attach .Net project example for the problem that uses:
The example sends the content of the given file. Will close the channel is size is bigger than 134217728 bytes:
RabbitMQError.zip
Beta Was this translation helpful? Give feedback.
All reactions