mdevilliers / SignalR.RabbitMq

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

Update EasyNetQ and RabbitMQ.Client to latest versions. #38

Closed slovely closed 9 years ago

slovely commented 9 years ago

Hi,

This PR contains updated references to the EasyNetQ and RabbitMQ.Client packages. v3.5 of RabbitMQ.Client had a breaking change which was fixed in v0.5 of EasyNetQ. The only code change required was in RabbitConnectionBase - the event handler signatures were changed.

mdevilliers commented 9 years ago

Cool thanks.

I'll try and have a look at this tonight with my smoke tests.

slovely commented 9 years ago

Thanks Mark - please let me know if I can help further.

On 15 September 2015 at 11:05, Mark deVilliers notifications@github.com wrote:

Cool thanks.

I'll try and have a look at this tonight with my smoke tests.

— Reply to this email directly or view it on GitHub https://github.com/mdevilliers/SignalR.RabbitMq/pull/38#issuecomment-140343281 .

mdevilliers commented 9 years ago

Looks good to me.

Thanks for the PR - really appreciate it.

slovely commented 9 years ago

Thanks for looking at it so quickly.

Looks good to me.

Thanks for the PR - really appreciate it.

— Reply to this email directly or view it on GitHub https://github.com/mdevilliers/SignalR.RabbitMq/pull/38#issuecomment-140507905 .