Websocket Text Message Sender
Websockets
This node allows you to send text messages to a WebSocket server via a WebSocketClient.
Inputs
*
A pulse to trigger the node.
Client
A WebSocketClient component.
Data
The data to be sent to the server, as a string.
Outputs
OnSendStart
An async impulse triggered when starting the send the data.
OnSent
A continuation impulse triggered when the data is sent successfully.
OnSendError
A continuation impulse triggered when the data couldn't be sent.