startup
1function startup(this: WebSocketConnection): Promise<void>Used to start up the connection and reload subscriptions if the maintainSubscriptions option is enabled.
Parameters
| Parameter | Type | Description |
|---|---|---|
this | WebSocketConnection | The WebSocket connection. |
Returns
Promise<void>