Replies: 1 comment
-
@vincar I think that makes sense, especially if all running app instances are on the same machine and using the same port. Only a single instance is going to receive the message. Are you trying to use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I see ClientSocket.broadcast is just call channel.rebroadcast!
when it runs in cluster mode, the socket in other process which subscribe the same topic can not receive the message
Beta Was this translation helpful? Give feedback.
All reactions