socket.IO-objc
socket.IO-objc copied to clipboard
socket.io v0.7.2 — 0.9.x for iOS and OS X
More information can be found under "Sending volatile messages" at http://socket.io/#how-to-use
I'm getting a crash when I try and connect to a very simple test SocketIO server setup to use XHR (as it will run on Heroku). At the moment I'm...
I'm using this framework on top of socketrocket. It works great in my application but however when I try writing unit tests, everything stops at Connecting to socket with URL...
I made a small change in the example application that disconnect in the "applicationWillResignActive" method and connect in the "applicationDidBecomeActive" method. Thats for the reconnection. But after i'm switching between...
open app, which trys to open socket. quickly close app and send to background. now i can see the login and disconnect events. but if i keep doing this over...
Hi there, I get my socket closed due to purgeIdleCellConnections so I can't use socket.IO-objc with a 3G connexion, do you know how to fix this issue ? If I...
For Socket.io servers that require user/password or oAuth, a callback should be exposed for applying the (proper) credentials. Exposing request headers might be sufficient as a first version. See also...
My server is rejecting a connection to a room in the handshake. I am expecting it to call maybe either onError or disconnectwitherror or something, but nothing was called, but,...
I'm trying to close the socket when application enter in background and make a [socketIO disconnect] , I have seen that the event is send but nothing is received because...
0 CoreFoundation 0x315f22bb + 186 1 libobjc.A.dylib 0x392cb97f objc_exception_throw + 30 2 CoreFoundation 0x315f5e07 + 170 3 CoreFoundation 0x315f4531 + 392 4 CoreFoundation 0x3154bf68 _CF_forwarding_prep_0 + 24 5 Social Points...