erizet/SignalA

SignalR 2.0 Support

cswelin opened this issue · 11 comments

Any plans to support the 2.0 protocol?

I also need this as we just upgraded our server to signalR 2.0.

Maybe, at least have I asked fowler about changes between versions.
http://stackoverflow.com/questions/19466229/difference-between-signalr-protocol-version-1-2-and-1-3

Should I create a branch to work on a version that supports SignalR 2.0?

Any updates on this?

Unfortunately not. I don't have the time to look at this for the moment. Hopefully I get more time during the holidays.

Any updates?

Does this item fall in the top priorities of updates to make? Sounds like this framework has a nice following these days. It would be great to be able to use this with the latest version of SignalR. Thanks for making and supporting this!

I'm working on this! :) If you're curious have a look in the version2-branch.

Awesome. Is it in a testable state? I can test it out this weekend.
On Feb 24, 2014 1:25 AM, "erizet" notifications@github.com wrote:

I'm working on this! :) If you're curious have a look in the
version2-branch.

Reply to this email directly or view it on GitHubhttps://github.com//issues/31#issuecomment-35860623
.

Actually the protocol version is 1.3 which is used by SignalR 2.0. I've published a new version(0.20) of SignalA to Maven Central. This version communicates using protocol 1.3, I've also updated the HubDemo and the site(signalrcalc.apphb.com) used by the demo.