Particular / Webinar.SignalR

A sample code demonstrating how to connect frontend to backend using SignalR and messaging
Apache License 2.0
12 stars 5 forks source link

Convert the sample to NServiceBus 6 #4

Closed MarcinHoppe closed 8 years ago

MarcinHoppe commented 8 years ago

I plan to use this sample in a user group presentation and I think at this stage NServiceBus 6 should be the preferred version.

@mauroservienti @SeanFeldman Thoughts?

SeanFeldman commented 8 years ago

Sounds good. Perhaps keeping a branch for v5 as well for a shirt time?

MarcinHoppe commented 8 years ago

Good idea, I'll create a support branch for V5 version.

mauroservienti commented 8 years ago

good idea 😄

SeanFeldman commented 8 years ago

Need a hand?

MarcinHoppe commented 8 years ago

I think it would be more fun as a group activity! I need to clear my TODO list a little bit first.

I'll comment on this issue when I start the update so you could chime in.

MarcinHoppe commented 8 years ago

@SeanFeldman Converted. Works on my machine but probably worth a double check.

SeanFeldman commented 8 years ago

Submitted 2 PRs (#5 and #6) with minor changes.

MarcinHoppe commented 8 years ago

Thanks @SeanFeldman. Merged to master and develop.