firefly
firefly copied to clipboard
No way to "stop" an individual subscription on a websocket
The subscription model of FireFly allows you to open a single websocket and then start multiple subscriptions to receive all of their events over that socket.
Currently there is no corresponding "stop" command. The only way to stop receiving events is to close the entire websocket.
It would be convenient to be able to "stop" an individual subscription while leaving the websocket up.
@awrichar would creating a separate function here to stop receiving events/subscription while an individual websocket connection is still open ?