socketio / socket.io-redis-emitter

The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.
https://socket.io/docs/v4/redis-adapter/
MIT License
722 stars 121 forks source link

Emitting to namespace not working #6

Closed sunsus closed 10 years ago

sunsus commented 10 years ago

Hello

Emitting to namespace is not working, I think it is because you are deleting the object on Line 120: delete this._flags.nsp;

Is there a reason for this? This deletes the reference in this case also the stored value.

regards

Patrick

sunsus commented 10 years ago

OK the Problem is that the npm repo does't has the lates version: https://registry.npmjs.org/socket.io-emitter/-/socket.io-emitter-0.1.0.tgz

sunsus commented 10 years ago

Ok I've just tested it with the direct url for the packag and its working.