Closed slovely closed 9 years ago
Cool thanks.
I'll try and have a look at this tonight with my smoke tests.
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 .
Looks good to me.
Thanks for the PR - really appreciate it.
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 .
Hi,
This PR contains updated references to the
EasyNetQ
andRabbitMQ.Client
packages. v3.5 ofRabbitMQ.Client
had a breaking change which was fixed in v0.5 ofEasyNetQ
. The only code change required was inRabbitConnectionBase
- the event handler signatures were changed.