007herelsp
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
@hjkcst Can you provide the test code
 `void event::update_cbk(boost::system::error_code const &_error) ` added the *is_provided_* detection, which is used to exit the cycle_timer
 implementation/routing/src/routing_manager_base.cpp  implementation/routing/src/event.cpp There is deletion logic
 implementation/routing/src/routing_manager_base.cpp add its_event->set_provided(false);  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...