How to subscribe/unsubscribe tokens without killing the websocket connection?


  • The websocket 2.0 docs say:
    "No need to kill the connection and reconnect for subscribing and unsubscribing. The existing open connection can be used to subs and unsubs in real-time"
    but it doesn't tell you how to do that? I want to add/remove stocks while the websocket is running. Please help