SocketClusterSendObject Op

SocketClusterSendObject

sends an object via socketcluster/websocket



Edit Documentation

Full Name
  • Ops.Extension.SocketCluster.SocketClusterSendObject
Visibility
  •  Extension Op - Visible to all users
License
  • MIT
AuthorMaintained 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)

execute

socket (Object:socketcluster)

socket object coming from SocketCluster Op

topic (String)

name of the topic

data (Object)

object

delay (ms) (Number:integer )

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