Function: connect()
connect(
request,context):Promise<void>
Defined in: functions/socket.ts:19
connect - Socket.IO connect callback
This callback fires when a socket.io connection is initiated from the user. Primarily used for logging purposes.
Parameters
request
SocketIOTrigger
The SocketIODataTrigger
context
InvocationContext
The Invocation Context (metadata)
Returns
Promise<void>