Disconnect live stream
ws_disconnectDisconnect the live WebSocket, clearing all subscriptions and buffered frames. Idempotent – safe to call when already disconnected.
Instructions
Close the live WebSocket and clear all subscriptions and the buffered frames. Use this to tear everything down; to drop only some symbols while keeping the connection open use ws_unsubscribe. Idempotent — safe to call when already disconnected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||