socket.io-redis-emitter icon indicating copy to clipboard operation
socket.io-redis-emitter copied to clipboard

The Socket.IO Redis emitter, allowing to communicate with a group of Socket.IO servers from another Node.js process.

Results 16 socket.io-redis-emitter issues
Sort by recently updated
recently updated
newest added

Hi, I'd like to be able to take advantage of https://github.com/darrachequesne/notepack/pull/28 in my project, which uses `notepack.io` via this package.

It looks like this library (and @socket.io/redis-adapter) are both incompatible with using `createCkuster` in the redis library I am getting the following error: ``` bash Error: Cluster is not connected...

question

[node-redis](https://github.com/redis/node-redis) presented new major version 4.x.x. One of the most highlighted changes is ***Promise*** support. At the current moment **redis-emitter** works fine with **node-redis v4** :rocket:. But there can be...

"socket.io-redis-emitter": io.to(id).emit(eventName); "socket.io-redis-adapte": await io.of('/').adapter.remoteJoin('', 'room1');

Hello, I'm struggling for 2 days to update SocketIO on one of my project. It appears that the problem was the option return_buffers set to true in the Redis client....

Hey! We @smartsquaregmbh are currently working on scaling our socket.io infrastructure. Because the java emitter implementation seems to be unmaintained and broken we're working on a kotlin emitter. It would...

Is it possible to have acknowledgements support for Adapter? https://socket.io/docs/v4/emitting-events/#acknowledgements

Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.1 to 6.4.2. Release notes Sourced from engine.io's releases. 6.4.2 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3. Release notes Sourced from socket.io-parser's releases. 4.2.3 :warning: This release contains an important security fix :warning: A malicious client could send a specially crafted...

dependencies