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


socket (Object:socketcluster)

socket object coming from SocketCluster Op

topic (String)

name of the topic

data (Object)

object

delay (ms) (Number: integer)
send (Trigger)

execute

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