⚠️ Not implemented in the current OSL CLI.
wsSend allows you to send a message to a websocket.
msg: The message to send to the websocket.
ws_id = "url".newWebsocket() ws_id.wsSend("Hello, World!") // this sends a message to the websocket connection
Last updated 16 days ago