| 51 | } |
| 52 | |
| 53 | void payload_test_client::stop() { |
| 54 | VSOMEIP_INFO << "Stopping..."; |
| 55 | // shutdown the service |
| 56 | if (shutdown_service_at_end) { |
| 57 | shutdown_service(); |
| 58 | } |
| 59 | app_->clear_all_handler(); |
| 60 | } |
| 61 | |
| 62 | void payload_test_client::shutdown_service() { |
| 63 | request_->set_service(vsomeip_test::TEST_SERVICE_SERVICE_ID); |