Skip to content

Commit

Permalink
Update examples/recording_service/service_as_lib/c++11/ServiceAsLibEx…
Browse files Browse the repository at this point in the history
…ample.cxx

Co-authored-by: Fernando García Aranda <fernel@gmail.com>
  • Loading branch information
juanlu-rti and fgaranda authored Jul 24, 2024
1 parent 65d4bbb commit cc278e3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ int main(int argc, char *argv[])
embedded_service.start();
// Wait for 'running_seconds' seconds
std::this_thread::sleep_for(std::chrono::seconds(running_seconds));
// embedded_service.stop();
RTI::Service::Admin::CommandRequest request;
request.action(RTI::Service::Admin::CommandActionKind::UPDATE_ACTION);
request.resource_identifier(
Expand Down

0 comments on commit cc278e3

Please sign in to comment.