-
Notifications
You must be signed in to change notification settings - Fork 139
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 REQREPLY-221: Update RPC examples #724
#fix REQREPLY-221: Update RPC examples #724
Conversation
…alive by the time we call finalize factory
@alexcamposruiz I have apply the feedback and retarget the PR as you mentioned in the previous PR |
This reverts commit ae0e3c1.
tests/examples/connext_dds/dynamic_data_nested_structs/java/DynamicDataNestedStruct.sh
Show resolved
Hide resolved
tests/examples/connext_dds/request_reply/quack_files/request_reply_example_test_01.ti.yml
Show resolved
Hide resolved
tests/examples/connext_dds/request_reply/py/primes_requester.sh
Outdated
Show resolved
Hide resolved
aa5cc56
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.
Test instruction (ti) and test specification (ts) files in quack_files folders look good for me, API team needs to verify that the documentation indicated in the ts files is correct.
Summary
With this PR we want to update RPC examples to use wait for service
Details and comments
I have also updated the examples so they finish at some point, we need it to test them
Checks