From b2c178f52f068d832eaaef8244e7fd4b5fa95dad Mon Sep 17 00:00:00 2001 From: zhaohe Date: Thu, 10 Jul 2025 16:43:27 +0800 Subject: [PATCH] append --- appsrc/service/dm_gas_path_mgr_service.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appsrc/service/dm_gas_path_mgr_service.cpp b/appsrc/service/dm_gas_path_mgr_service.cpp index aeb284e..225ff01 100644 --- a/appsrc/service/dm_gas_path_mgr_service.cpp +++ b/appsrc/service/dm_gas_path_mgr_service.cpp @@ -51,6 +51,8 @@ void DMGasPathMgrService::setOnlineState(shared_ptr cxt, bool std::lock_guard lock(lock_); logger->info("setOnlineState:{}", isOnline); this->isOnline = isOnline; + stateUpdateThread->wake(); + } void DMGasPathMgrService::selectChannel(shared_ptr cxt, DMGasPath dmGasPath) {