⚠️ Not implemented in the current OSL CLI.
wsClose allows you to close a websocket connection.
wsClose takes no parameters.
ws_id = "url".newWebsocket() ws_id.wsClose() // disconnects the websocket connection
Last updated 16 days ago