In-Memory Subscriber functionality#52
Conversation
Implemented the client-side functionality for the uSubscription service communication, enabling the ability to subscribe and unsubscribe to topics. This update also manages various subscription states and handles subscription change notifications
|
Code coverage report is ready! 📈
|
|
Code coverage report is ready! 📈
|
|
Code coverage report is ready! 📈
|
|
Code coverage report is ready! 📈
|
69f3d80 to
e0b40df
Compare
|
Code coverage report is ready! 📈
|
|
Code coverage report is ready! 📈
|
8c8cfc6 to
5d54350
Compare
|
Code coverage report is ready! 📈
|
cc3fbfa to
2d52c2d
Compare
|
Code coverage report is ready! 📈
|
cdbdc2c to
8a01d8a
Compare
|
Code coverage report is ready! 📈
|
| self.notification_handler: UListener = MyNotificationListener(self.handlers) | ||
| self.is_listener_registered = False | ||
| service_descriptor = usubscription_pb2.DESCRIPTOR.services_by_name["uSubscription"] | ||
| self.notification_uri = UriFactory.from_proto(service_descriptor, 0x8000) |
There was a problem hiding this comment.
Fine for now probably, but would be good I think not to have these vals hardcoded
There was a problem hiding this comment.
Will do it later as it requires parsing the proto
|
Opened #55 to handle in a future PR |
ankitmehta03
left a comment
There was a problem hiding this comment.
Update Readme to remove examples showing uTransport = MagicMock, instead we can specify a comment saying "uTransport instance"
|
Code coverage report is ready! 📈
|
Modified test cases, update READMEs and added examples to the README files
486d19b to
b78f750
Compare
|
Code coverage report is ready! 📈
|
b78f750 to
218937a
Compare
|
Code coverage report is ready! 📈
|
|
Code coverage report is ready! 📈
|
stevenhartley
left a comment
There was a problem hiding this comment.
Minor comments but nothing to hold off the merge
| @@ -0,0 +1,157 @@ | |||
| = uProtocol Communication Layer | |||
There was a problem hiding this comment.
| = uProtocol Communication Layer | |
| = uProtocol Communication Layer (uP-L2) |
#53 , #54