netty-socketio
netty-socketio copied to clipboard
multy node with redisson receive multy same message
bug: when socketio run with multy node use redisson, broadcast will send all rooms in namespace at other node when i only broadcast to a room
solution: Specify a namespace and room for broadcast
solve pom.xml conflict
is this verified? i really need multiple and single broadcast in this branch. thank you
Yes, I have been running online for a long time. On the line, I run 4 nodes and communicated with each other through redisson broadcast.
I want to know when the feature can be added.
@DesperateL @541595308
Some changes need before I can merge it
@mrniko thanks~ I can't wait to use this bugfix for my project. Should I fix it by myself in my project this time and then wait for this bugfix in 1.7.19?
@mrniko I have changed.
@541595308 Could I have your email or other contacts?
Hello @mrniko , I was wondering why this isn't merged yet? I have an issue where every time i send an event to a room, there are two events that are published on redis, which makes my other servers broadcast the same message twice to a room :/