Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

INDY-2169: Allow to unsubscribe from event buses #1298

Merged
merged 1 commit into from
Aug 16, 2019

Conversation

skhoroshavin
Copy link
Member

Signed-off-by: Sergey Khoroshavin sergey.khoroshavin@dsr-corporation.com

Signed-off-by: Sergey Khoroshavin <sergey.khoroshavin@dsr-corporation.com>
self._queues = {} # type: Dict[int, StashingQueue]
self._subscriptions = Subscription()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we will need to have one Subscription for both stashers and buses (not a new instance here), so that we can use it to unsubsrcibe for one service only

@ashcherbakov ashcherbakov merged commit 8ba3d8a into hyperledger:master Aug 16, 2019
@skhoroshavin skhoroshavin deleted the indy-2169 branch August 16, 2019 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants