Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.11.5, 3.14.1, 3.15.0
-
None
-
Unknown
Description
When the sendToAll option is used on the vertx-websocket producer, it should take the path that WebSocket clients are connected on into consideration. Currently the logic to match connected peers is done only on the combination of host & port. This means that there's the potential for clients to receive messages that they are not strictly interested in.