SocketClusterSendObject Op

SocketClusterSendObject

sends an object via socketcluster/websocket



Full Name
  • Ops.Extension.SocketCluster.SocketClusterSendObject
Visibility
  •  Extension Op - Visible to all users
License
  • MIT
AuthorgithubMaintained by Team


Example Patch socketcluster example

open this page in another browser or share the url of this patch!

Open In Editor

INPUT PORTS


send (Trigger)

<p>execute</p>

socket (Object:socketcluster)

<p>socket object coming from SocketCluster Op</p>

topic (String)

<p>name of the topic</p>

data (Object)

<p>object</p>

delay (ms) (Number:

<i>integer</i>

)

OUTPUT PORTS


Sent Data (Trigger)

Patches using SocketClusterSendObject

  • Examples
  • Public
  • My Patches

Changelog


Ops.Net.SocketCluster.SocketClusterSendObject renamed to Ops.Extension.SocketCluster.SocketClusterSendObjectuser avatarstephan - 2022-12-14 08:37
improvementAdded output that will be triggered, when data was sentuser avatarpandur - 2024-04-15 13:35
improvementAn error will be shown if the socket is not allowed to send datauser avatarpandur - 2024-04-15 13:44