COVESA / vsomeip

An implementation of Scalable service-Oriented MiddlewarE over IP
Mozilla Public License 2.0
1.01k stars 647 forks source link

boost::asio::steady_timer not work #643

Closed yanxiaochun1005 closed 2 months ago

yanxiaochun1005 commented 2 months ago

vSomeip Version

v3.1.20.3

Boost Version

1.73

Environment

Ubuntu 22.04

Describe the bug

client_endpointimpl.cpp train.departuretimer->async_wait( std::bind(&client_endpoint_impl::flush_cbk, this->shared_from_this(), std::placeholders::_1)); flush_cbk not work,still block.

Reproduction Steps

No response

Expected behaviour

No response

Logs and Screenshots

No response

BrunoLSilvaCTW commented 2 months ago

Hi @yanxiaochun1005,

We no longer support vSomeIP version 3.1.20.3.

Please, use the latest version (3.4.10), and check if the issue persists.

Thanks.