diff --git a/nodes/core/io/22-websocket.html b/nodes/core/io/22-websocket.html index 7fdb3757f..d6daff2f8 100644 --- a/nodes/core/io/22-websocket.html +++ b/nodes/core/io/22-websocket.html @@ -17,11 +17,11 @@ @@ -57,11 +57,11 @@ @@ -71,11 +71,11 @@
By default, msg.payload will be sent over the WebSocket. The listener can be configured to encode the entire message object as a JSON string and send that over the WebSocket.
- +If the message arriving at this node started at a WebSocket In node, the message will be sent back to the client that triggered the flow. Otherwise, the message will be broadcast to all connected clients.
-If you want to broadcast a message that started at a WebSocket In node, you +
If you want to broadcast a message that started at a WebSocket In node, you should delete the msg._session property within the flow
. @@ -104,7 +104,7 @@