OnGatewayDisconnect


interface OnGatewayDisconnect<T = any> {
  handleDisconnect(client: T): any
}

Methods

handleDisconnect()


handleDisconnect(client: T): any

Parameters

Option Type Description
client T

Returns

any