vandutran

Results 3 comments of vandutran

Same here. It connects, handshake, then onDisconnect() is called. I don't get the "disconnectedWithError : Error Domain=SocketIOError Code=-4 "The operation couldn’t be completed. (SocketIOError error -4.)" in my log tho....

Have you tried not using WebSocket and use Long Polling instead? I commented out the if statement for WebSocket and has the Long Polling as the first option.

In xcode search for the string "using it now" in the project codes. It'll bring you to the code: ``` // get transports NSString *t = [data objectAtIndex:3]; NSArray *transports...