mdevilliers / SignalR.RabbitMq

MessageBus implementation using RabbitMq as the backing store.
MIT License
89 stars 40 forks source link

Enabling RabbitMqMessageBus to be disposed by DefaultDependencyResolver #5

Closed kevingorski closed 11 years ago

kevingorski commented 11 years ago

This replaces the IDisposable implementation that hides Dispose() (which won't be called when the caller is working with IDisposable) with one that overrides Dispose(disposing) (which will be called in the same scenario).

mdevilliers commented 11 years ago

Thanks for this! I'll merge it in.