Websocket Connection Events (LogiX node)

From Neos Wiki
Jump to navigation Jump to search
Other languages:
English • ‎日本語

This article or section is a Stub. You can help the Neos Wiki by expanding it.


Websocket Connection Events
'Websocket Connection Events' LogiX node
Inputs
  WebsocketClient Client
Outputs
  Impulse Connected
  Impulse Disconnected

The Websocket Connection Events node provides impulses that indicate if a given Websocket Client has successfully connected, failed to connect, or was otherwise disconnected

Usage

After initiating a connection with the Websocket Connect node, this node will provide an impulse indicating if the connection was successful, or if it failed.

Once a Connectedimpulse is received, other WebSocket nodes can be used to communicate with the endpoint, such as the Websocket Text Message Sender and Websocket Text Message Receiver

A Disconnected impluse indicates that the Websocket was disconnected, or the connection was rejected by the user specified in Client

Examples

Node Menu

Network / Websocket
Back Websocket Connect Websocket Connection Events Websocket Text Message Receiver Websocket Text Message Sender