| 491 | } |
| 492 | |
| 493 | void local_endpoint::assignment_timeout() { |
| 494 | std::unique_lock lock{mutex_}; |
| 495 | if (own_ == VSOMEIP_CLIENT_UNSET) { |
| 496 | VSOMEIP_ERROR_P << " "; |
| 497 | escalate_internal(lock); |
| 498 | return; |
| 499 | } |
| 500 | } |
| 501 | |
| 502 | void local_endpoint::receive_cbk(boost::system::error_code const& _ec, size_t _bytes) { |
| 503 | if (_ec) { |