mirror of https://github.com/apache/nifi.git
769e874677
connections (Think chat to all clients instead of individual person). The core change was a change in WebSocketMessageRouter.java where if a sessionId is not present the message is sent to all connected clients. So the key is leaving the sessionId to empty or null to send to all clients. If the sessionId is specified the message will be sent just to that session specified. This closes #1649. Signed-off-by: Koji Kawamura <ijokarumawak@apache.org> |
||
---|---|---|
.. | ||
nifi-websocket-processors | ||
nifi-websocket-processors-nar | ||
nifi-websocket-services-api | ||
nifi-websocket-services-api-nar | ||
nifi-websocket-services-jetty | ||
nifi-websocket-services-jetty-nar | ||
pom.xml |