WebSocket Node multiple clients

Hi @wahibmichael

From the sidebar help of the WebSocket Out node:

If you want to broadcast a message that started at a WebSocket In node, you should delete the msg._session property within the flow.

So, the property you are interested in is the msg._session property.

Have a look at that property with a Debug node for a message that has arrived from a WebSocket In node.

1 Like