Custom
Socket Event
Last updated September 28, 2018
Description
Triggers when the Socket.io Client receives a message from the Socket.io server.
Properties
Triggers Once on Event
| Socket Behaviour | The Socket.io client to perform the function on. |
| Event Type | On Event will trigger every time the specified event gets fired from the server. Perform Only Once will only get triggered exactly one time when the event gets fired from the server. On Any Event will trigger every time an event gets fired from the server. |
| Event | The event to listen for. |
| Acknowledge With | Data to send back to the Socket.io so that the server knows that something received the event. |
Outputs
| Data | Outputs the data returned from the server. It can be in JSON format, text, a value or other format. |
Examples
When you want to know when you are connected to be 'connect' and it will trigger when you successfully make a connection.

