Read the Connection a WS adapter attached to an incoming realtime event.
Gateways receive (payload, event); use this to reach the originating connection uniformly across @OnConnect, @OnEvent, and the rest.
(payload, event)
@OnConnect
@OnEvent
The incoming event.
The connection, or undefined when absent.
undefined
Read the Connection a WS adapter attached to an incoming realtime event.
Gateways receive
(payload, event); use this to reach the originating connection uniformly across@OnConnect,@OnEvent, and the rest.