SocketClusterReceiveObject Op

SocketClusterReceiveObject

Receives object from the socketcluster socket/topic



Full Name
  • Ops.Extension.SocketCluster.SocketClusterReceiveObject
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)

<p>the socketcluster socket</p>

topic (String)

<p>name of the topic</p>

Receive Own Data (Number:

<i>boolean</i>

)

OUTPUT PORTS


client id (String)

<p>sending client id</p>

data (Object)

<p>the object</p>

received (Trigger)

<p>received message</p>


Patches using SocketClusterReceiveObject

  • Examples
  • Public
  • My Patches

Changelog


Ops.Net.SocketCluster.SocketClusterRecieveObject renamed to Ops.Extension.SocketCluster.SocketClusterRecieveObjectuser avatarstephan - 2022-12-14 08:40
improvementAdd toggle to receive your own client datauser avatarpandur - 2024-04-15 13:47