WebSocket Send
Sends messages to a WebSocket by connecting it to a WebSocket Connection patch.
WebSocket Send
- Connection
- Send
- Message
- Connection
Value representing the connection to send to. This should come from a WebSocket Connection patch.
- Send
Pulse to trigger sending whatever the current message is to the WebSocket.
- Message
The text or JSON to send to the WebSocket.