fix: Limit WaitForDialogOpen waiting time

This commit is contained in:
yuanyuanxiang
2025-06-20 04:26:55 +08:00
parent c2fd857d80
commit 09d58f0aff
3 changed files with 11 additions and 3 deletions

View File

@@ -539,5 +539,6 @@ VOID IOCPClient::RunEventLoop(const BOOL &bCondition)
Mprintf("======> RunEventLoop begin\n");
while (m_bIsRunning && bCondition)
Sleep(200);
setManagerCallBack(NULL, NULL);
Mprintf("======> RunEventLoop end\n");
}