-
Notifications
You must be signed in to change notification settings - Fork 11
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
Move InMemorySubscriber from L2 to L3 client module #56
Move InMemorySubscriber from L2 to L3 client module #56
Conversation
neelam-kushwah
commented
Jul 18, 2024
•
edited
Loading
edited
- Bug fix: The on_receive method in the UListener class has been updated to be asynchronous. This change resolves an issue in the request handler where responses were sent using the asynchronous send API without being awaited, resulting in failures to receive the response. By making the on_receive method asynchronous, the send API is now properly awaited, thereby fixing the response handling issue.
- Moved InMemorySubscriber from L2 communication to L3 client module
- Bump version to 0.2.0 for major release introducing L2 and L3
Code coverage report is ready! 📈
|
Code coverage report is ready! 📈
|
Code coverage report is ready! 📈
|
Code coverage report is ready! 📈
|
Code coverage report is ready! 📈
|
uprotocol/client/usubscription/v3/inmemoryusubcriptionclient.py
Outdated
Show resolved
Hide resolved
uprotocol/client/usubscription/v3/inmemoryusubcriptionclient.py
Outdated
Show resolved
Hide resolved
Code coverage report is ready! 📈
|
LGTM |
Code coverage report is ready! 📈
|
3b86b97
to
b4dac12
Compare
Code coverage report is ready! 📈
|
Code coverage report is ready! 📈
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
uprotocol/client/usubscription/v3/inmemoryusubcriptionclient.py
Outdated
Show resolved
Hide resolved
uprotocol/client/usubscription/v3/inmemoryusubcriptionclient.py
Outdated
Show resolved
Hide resolved
Code coverage report is ready! 📈
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM