From bc53d302ff35aaf9a7ee2cdc65fc1a5a6ad79a82 Mon Sep 17 00:00:00 2001 From: Dave C-J Date: Fri, 11 Jul 2014 21:32:51 +0100 Subject: [PATCH] and add fa icons to websocket --- nodes/core/io/22-websocket.html | 14 +++++++------- nodes/core/io/22-websocket.js | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) 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 @@