[rabbitmq-discuss] RabbitMQ C# Client - Dispose() hangs
Tim Watson
tim at rabbitmq.com
Mon Oct 29 12:18:23 GMT 2012
Micha
On 08/27/2012 07:48 PM, Micha wrote:
> Hi Derek,
>
> Sorry for late reply. I'm still having problems when disposing the connection. Currently the only workaround for me is to call dispose() with a timeout.
If as Derek suggested, you are calling Dispose on your within the
context of a ConnectionShutdownEvent, then don't do that. You shouldn't
close a Channel/IModel from within a shutdown callback.
More information about the rabbitmq-discuss
mailing list