socket.IO-objc icon indicating copy to clipboard operation
socket.IO-objc copied to clipboard

socket.io v0.7.2 — 0.9.x for iOS and OS X

Results 84 socket.IO-objc issues
Sort by recently updated
recently updated
newest added

Socket.io-Client-Swift doesn't work.

npm automatically updates socket.io to version 1.0 now. and this library doesn't support new version, stalls at handshake.

enhancement
task

Hello everyone, I am using socket.IO-objc in my project using XCode9.0. I am trying to paring or connect with hardware device with using particular IP Address and Port which connect...

I am using this library in iOS for communication with our back end server via websockets. I need to check on the client side if the socket is already connected...

i use the socket all is ok,but when i disconnect wifi ,then reconncect the wifi ,it give me -[SocketIO connection:didFailWithError:] ERROR: handshake failed ... A server with the specified hostname...

Hello, I have an issue, my server has a HAProxy loadbalancer and I need to send the cookies in the headers and in the connect. When I add the cookies...

Since NSURLConnection has been deprecated in iOS 9, will this useful library be updated. I think NSURLConnection should be replaced by NSURLSession so that NSURLConnection dependency can be removed.

I have tried lot's but not getting success, please suggest me how to send messages event from iOS client to server (Node.js). I have used below code for Client side:...

Hi.. Stuck at the first point..not able to make connection .. I am using Node version : 0.10.3 and Socket.io version : 0.9.4. XCode Log is as below : didReceiveResponse()...

I am working for chat app and using Socket.IO library for establishing socket connection in iOS. Below is my response coming in source. I am not sure why my connection...