In vanilla socket.io, join exists on the socket object (see http://socket.io/docs/server-api/#socket#join(name:string[,-fn:function]):socket). When calling join on a socket in the function with signature function (socket, args, next), it is reported that socket.join is not a function. This means existing socket.io code is not directly compatible with socket.io-events. Can you add the join feature to the sockets for these functions please?
In vanilla socket.io,
joinexists on the socket object (see http://socket.io/docs/server-api/#socket#join(name:string[,-fn:function]):socket). When callingjoinon asocketin the function with signaturefunction (socket, args, next), it is reported thatsocket.joinis not a function. This means existing socket.io code is not directly compatible with socket.io-events. Can you add the join feature to the sockets for these functions please?