hyperledger-firefly / hyperledger-firefly/firefly

No way to "stop" an individual subscription on a websocket

Open
#1,392 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
602
Forks
246
Avg merge
18h 47m
Merged PRs (30d)
6

Description

The subscription model of FireFly allows you to open a single websocket and then [start](https://hyperledger.github.io/firefly/reference/types/subscription.html#using-start-and-ack-explicitly) 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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.