We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71091a2 commit fdd3bb6Copy full SHA for fdd3bb6
examples/routing_service/remote_admin/c++11/src/Requester.cxx
@@ -64,8 +64,8 @@ int main(int argc, char *argv[])
64
rti::request::RequesterParams requester_params(participant);
65
requester_params.request_topic_name(COMMAND_REQUEST_TOPIC_NAME);
66
requester_params.reply_topic_name(COMMAND_REPLY_TOPIC_NAME);
67
- // configure the requester for compatibility with the RTI routing service
68
- // request reply.
+ // configure the requester for compatibility with the RTI routing
+ // service request reply.
69
requester_params.require_matching_service_on_send_request(false);
70
71
rti::request::Requester<
0 commit comments