Methods annotated with this decorator will be called when a client closes the WebSocket connection.
Method annotation:
@OnWebsocketConnectionClosedfunction onClosed(conn: WebsocketConnection) { ... } Copy
@OnWebsocketConnectionClosedfunction onClosed(conn: WebsocketConnection) { ... }
Generated using TypeDoc
Methods annotated with this decorator will be called when a client closes the WebSocket connection.