DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
443 stars 213 forks source link

No transport could be initialized successfully. Client sends 'start' before selecting transport. #196

Open kuzditomi opened 9 years ago

kuzditomi commented 9 years ago

Hi!

First of all, thanks for the library. I was connecting to Signalr Server v2.2.0 when i received the following error:

(null) @"NSLocalizedDescription" : @"No transport could be initialized successfully. Try specifying     a different transport or none at all for auto initialization."

It is related to the client sending the start before a successful selection of transport happened, which was fixed in the JS client with v 2.1.1, you can see the correction here: https://github.com/SignalR/SignalR/issues/3104

So I guess the client should wait until the transport was successfully selected, and only then should it send the real start. Please correct this issue.

Thanks, Tamás

bherila commented 9 years ago

fyi @kuzditomi I'm not sure anyone is maintaining this library anymore, there haven't been any commits to this main project in quite some time...

comiscienceknight commented 9 years ago

try this lib https://github.com/lotosbin/SignalR-ObjC

comiscienceknight commented 9 years ago

and this https://github.com/wonderxboy/SignalR-ObjC