-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
subscription: refactor subscription recreation
Decouple client and subscription code during subscription recreation. During this operation both the state of the client and the subscription have to be updated while holding a lock in the client. The previous implementation had both classes call each other. The control flow in the new implementation is only from the client to the subscription.
- Loading branch information
1 parent
a0fb6e8
commit 2d9bf00
Showing
2 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters