pkyeck / socket.IO-objc

socket.io v0.7.2 — 0.9.x for iOS and OS X
MIT License
1.97k stars 441 forks source link

is is possible to differenct namespace? #164

Open breaklee opened 10 years ago

breaklee commented 10 years ago

there are something worng to connect namespaces.

io.connect('aNamespace'); io.connect('bNamespace'); are share same socket.( socket.id is same on node.js server ) in javascript version.

but objective-C version has different socket.id.

so i can't add property to sockets between anamespace and bNamespace.

is it bugs? or other method to fix this?

jbaez commented 10 years ago

198