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

Fixed binary events being mark as regular events #76

Closed jvictorsoto closed 3 years ago

jvictorsoto commented 6 years ago

Socket.io-emitter is marking all emitted events as regular events, included check for marking them as binary events if needed.

darrachequesne commented 3 years ago

@jvictorsoto thanks a lot, sorry for the delay...