-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update subscription by subscription id & multiple clauses (#2176)
* feat: determistic subscription id (by clause) so we can update subscroptions without id * feat: start refactoring to have an array of clauses for sub * refactor: check clauses * refactor: start refactoring to add sub id in stream * chore: update proto to include subscription id * feat: add update subscription rpc endpoint * feat: implement update subscriptions * feat: finalized torii server & wip client * feat: update torii client to add updating subs * fmt * refactor: apply suggestions * chore: clippy * fix: deadlock * type alias for sub id
- Loading branch information
Showing
6 changed files
with
205 additions
and
80 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
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
Oops, something went wrong.