Function: connected()
connected(
request,context):Promise<void>
Defined in: functions/socket.ts:31
connected - Socket.IO connected callback
This callback fires when a socket.io connection successfully connects to WebPubSub.
Parameters
request
SocketIOTrigger
The SocketIODataTrigger
context
InvocationContext
The Invocation Context (metadata)
Returns
Promise<void>