[rabbitmq-discuss] RabbitMQ C# Client - Dispose() hangs
Tim Watson
watson.timothy at gmail.com
Sun Jul 15 12:25:35 BST 2012
Hi Micha
On 13 Jul 2012, at 12:20, Micha <michael.kempe at googlemail.com> wrote:
> Hello everybody,
>
> when hosting the RabbitMQClient in a Winform and call .Dispose() and
You mean adding the client as a member variable? On what object are you calling dispose, the form or the client instance?
> subscribe to an Exchange my Winform hangs. After checking, I
Well after you have called dispose you shouldn't be using an object. I don't really understand what you find unexpected about this?
> investigated that the a call in ShutdownContinuation.Wait() caused to hang in BlockingCell.Value -> Monitor.Wait(this); and never returns.
> Can anybody help me to solve my problem. What can be the reason for this.
>
> Thanks in advance.
>
> Micha
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
More information about the rabbitmq-discuss
mailing list