-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fix requester oneway example. #233
Conversation
Signed-off-by: Carlos Agüero <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #233 +/- ##
=======================================
Coverage 89.07% 89.07%
=======================================
Files 49 49
Lines 4678 4678
=======================================
Hits 4167 4167
Misses 511 511 Continue to review full report at Codecov.
|
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.
Should we also update the code snippet in the tutorial to match these changes? (https://github.com/ignitionrobotics/ign-transport/blob/fix_oneway_example/tutorials/05_services.md#oneway-requester)
Also, in the Building the code section of the tutorial, can we add a note that users should make a |
Signed-off-by: Carlos Agüero <[email protected]>
…transport into fix_oneway_example
Good catch! c274828 |
I added it in c274828. |
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.
Thanks for the updates; feel free to merge!
Signed-off-by: Carlos Agüero [email protected]
🦟 Bug fix
It fixes one of the examples from the
services
tutorial.Summary
To test:
responser_oneway
in one terminal.requester_oneway
in another terminal. You should see the next message in the responser terminal:Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge
🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸
🎉 New feature
Closes #
Summary
Test it
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge
🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸
➡️ Forward port
Port <FROM_BRANCH> to <TO_BRANCH>
Branch comparison: https://github.com/ignitionrobotics//compare/<TO_BRANCH>...<FROM_BRANCH>
Note to maintainers: Remember to Merge with commit (not squash-merge or rebase)
🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸🔸
🎈 Release
Preparation for <X.Y.Z> release.
Comparison to <x.y.z>: https://github.com/ignitionrobotics//compare/<LATEST_TAG_BRANCH>...<RELEASE_BRANCH>
Needed by <PR(s)>
Checklist
Note to maintainers: Remember to use Squash-Merge