This repository was archived by the owner on May 14, 2024. It is now read-only.

Description
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?