[rabbitmq-discuss] .NET client. Bug in subscription Dispose?

Emile Joubert emile at rabbitmq.com
Wed Apr 18 14:11:14 BST 2012


Hi,

On 18/04/12 12:09, Alexey wrote:
> usually it works fine, but rarely failed with the following exception

Disposing by assigning null creates a race condition between the channel
closing and the consumer unsubscribing. I suggest that you first
explicitly Close() or Dispose() the subscription and then the channel.

-Emile



More information about the rabbitmq-discuss mailing list