BroadcastOperations does not achieve complete multi-node integrity
Author: 1549742101Created May 19, 2025Updated Oct 16, 2025
1、Disconnect only closes the connection to the current instance room, but not to other instance rooms. @Override public void disconnect() { for (SocketIOClient client : clients) { client.disconnect(); } } 2、The ack method of sendEvent is not broadcast to all clients, it is only broadcast on the current instance.
Source: mrniko/netty-socketio