For the complete documentation index, see llms.txt. This page is also available as Markdown.

wsClose

⚠️ Not implemented in the current OSL CLI.

Description

wsClose allows you to close a websocket connection.

Parameters

wsClose takes no parameters.

Usage

ws_id = "url".newWebsocket()

ws_id.wsClose()
// disconnects the websocket connection

Last updated