You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put ext_1 and ext_2 in different extension_group, ext_2 can not receive the extension_1_stop cmd. As engine will stop to dispatch msg when it is closing.
tests/ten_runtime/smoke/extension_test/prepare_to_stop/different_thread.cc
:Put ext_1 and ext_2 in different extension_group, ext_2 can not receive the
extension_1_stop
cmd. As engine will stop to dispatch msg when it is closing.https://github.com/TEN-framework/ten_framework/blob/main/core/src/ten_runtime/engine/internal/extension_interface.c#L95
https://github.com/TEN-framework/ten_framework/blob/main/core/src/ten_runtime/engine/msg_interface/common.c#L240
https://github.com/TEN-framework/ten_framework/blob/main/core/src/ten_runtime/engine/msg_interface/common.c#L206
The text was updated successfully, but these errors were encountered: