multy node with redisson receive multy same message#552
multy node with redisson receive multy same message#552541595308 wants to merge 8 commits intomrniko:masterfrom
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
|
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