-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
InMemorySubscriber Functionality (#135)
The following PR completes the functionality for the client-side of uSubscription service communication meaning to be able to subscribe and unsubscribe to topics. We handle the various subscription states and subscription change notifications now. I've also closed the gap for code coverage using mockito so we now are at 100% coverage. #129 #132
- Loading branch information
Steven Hartley
authored
Jul 5, 2024
1 parent
d485ced
commit a3dc39f
Showing
24 changed files
with
1,146 additions
and
515 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ build/ | |
### VS Code ### | ||
.vscode/ | ||
logging/ | ||
.VSCodeCounter | ||
|
||
.metals | ||
.bloop | ||
|
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.