Replies: 1 comment
-
You can't. But it is possible to send another request and if you are unsure to which request the received response belongs you can take a look at line 113 (in while (client.take().and_then([&](const auto& response) {
auto receivedSequenceId = response.getResponseHeader().getSequenceId();
if (receivedSequenceId == ctx.expectedResponseSequenceId) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in the request response example iceoryx_examples/request_response/client_cxx_waitset.cpp
if the time is up, how can i drop the request
Beta Was this translation helpful? Give feedback.
All reactions