as the question says, i'm trying to connect to the socket.io server from an app running on iphone/ipad.
in another Q i found the link to achieve this with the help of
https://github.com/fpotter/socketio-cocoa
... buuuut. it's not working anymore (socket.io 0.7.2). error messages i get are:
socket.io
warn - unknown transport: "undefined"
client
Connection failed with error: The operation couldn’t be completed. (WebSocketErrorDomain error 1.)
downgrading socket.io to version 0.6.17 works but i still want to try and get this up and running with the newest version.
maybe someone can point me in the right direction what changed w/ 0.7.2 so i can fix the socketio-cocoa classes (or these https://github.com/erichocean/cocoa-websocket - because socketio-cocoa relies on them).
thx