WebSocketHandlers.onError(conn: IWebSocketConnection,error: Error): void | Promise<void>
Called on a transport error, and on a rejected promise from any other callback.
conn: IWebSocketConnection
The affected connection
WebSocketHandlers.onError(conn: IWebSocketConnection,error: Error): void | Promise<void>
Called on a transport error, and on a rejected promise from any other callback.
conn: IWebSocketConnection
The affected connection
import { type WebSocketHandlers } from "common/src/index.ts";