007herelsp

Results 9 comments of 007herelsp

@abhiTronix ,Thank you for your advice, but it doesn't work for me.

Hello @fcmonteiro We have fixed the builds issue, please check it

dynamic_pointer_cast this issue where some objects return nullptr Created outside of the boundaries of the shared library. See below discuss for more details. https://github.com/android/ndk/issues/519 https://github.com/android/ndk/issues/533

> Hi @007herelsp > > Thanks very much for the info. I have carefully studied the discussions for all these, my current understanding is: The only approach for Android is...

@goncaloalmeida We are working on a fix for this issue

![image](https://github.com/COVESA/vsomeip/assets/24457857/8c078beb-3962-4b34-8515-b1815097df9a) `void event::update_cbk(boost::system::error_code const &_error) ` added the *is_provided_* detection, which is used to exit the cycle_timer

![image](https://github.com/COVESA/vsomeip/assets/24457857/5e98a8f3-0f55-4531-8a1c-41b081320bcb) implementation/routing/src/routing_manager_base.cpp ![image](https://github.com/COVESA/vsomeip/assets/24457857/834ea745-5f27-4648-b33b-d22300391f4e) implementation/routing/src/event.cpp There is deletion logic

![image](https://github.com/COVESA/vsomeip/assets/24457857/630a62e2-afbe-4e6f-998c-4a228a7dec35) implementation/routing/src/routing_manager_base.cpp add its_event->set_provided(false); ![image](https://github.com/COVESA/vsomeip/assets/24457857/838e6122-6f16-4440-bf07-9a7d6350616e) and void event::update_cbk(boost::system::error_code const &_error) added the is_provided_ detection, which is used to exit the cycle_timer I have tested this code and it can successfully...