Closed betimer closed 8 years ago
Tested looks fine, I think it's my code issue. Going to close this.
When I try to do the emit to a certain room:
emitter.to(room).broadcast.emit('my-signal', data);
It turns out that the emitter ignores the room, and just emit to all clients.
i use your code but error: TypeError: Cannot read property 'emit' of undefined
version : -> "@socket.io/redis-emitter": "^4.1.0",
When I try to do the emit to a certain room:
emitter.to(room).broadcast.emit('my-signal', data);
It turns out that the emitter ignores the room, and just emit to all clients.