Delegate DataTypes.ThreadedSocketIOEvent
- Namespace
- Firesplash.GameDevAssets.SocketIOPlus
- Assembly
- Firesplash.GameDevAssets.SocketIOPlus.dll
This delegate gets called on a namespace for any Socket.IO event (received or internally generated). The delegate is invoked from a Thread so it is not safe to access Unity functions from it.
public delegate void DataTypes.ThreadedSocketIOEvent(SocketIOEvent sioEvent)
Parameters
sioEvent
SocketIOEvent