-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multy node with redisson receive multy same message #552
base: master
Are you sure you want to change the base?
Conversation
fork of mrniko/netty-socketio
solve pom.xml conflict |
merge v 1.7.17
# Conflicts: # pom.xml # src/main/java/com/corundumstudio/socketio/store/RedissonPubSubStore.java
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. |
src/main/java/com/corundumstudio/socketio/MultyRoomBroadcastOperations.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make changes
Some changes need before I can merge it |
@mrniko thanks~ |
@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 :/ |
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