[rabbitmq-discuss] System.ObjectDisposedException

Michael Klishin mklishin at gopivotal.com
Wed Feb 19 16:00:20 GMT 2014


On 19 Feb 2014, at 19:21, Derek Johnston <derekejohnston at gmail.com> wrote:

> keep getting this error 
> System.ObjectDisposedException was unhandled
> Message: An unhandled exception of type 'System.ObjectDisposedException' occurred in System.dll

Do you get this exception every time? When do you get it, when the program is shut down?

.NET runtime garbage collects the socket before RabbitMQ client has a chance to close
the connection.

I suspect this is an indication of a known bug with incompete IDispose implementation in the .NET client
(bug number: 25256).

MK

Software Engineer, Pivotal/RabbitMQ




More information about the rabbitmq-discuss mailing list