Improve: Notify user if remote desktop control may be failed

This commit is contained in:
shaun
2026-01-22 10:48:30 +01:00
parent 895ac3f54c
commit abd1855633
5 changed files with 49 additions and 3 deletions

View File

@@ -85,6 +85,9 @@ DWORD WINAPI StartClientApp(LPVOID param)
SAFE_CLOSE_HANDLE(hThread);
if (IsProcessExit()) // process exit
break;
if (app->m_bShared) {
WAIT_n(!IsProcessExit(), 5, 200);
}
} while (E_RUN == status && S_CLIENT_EXIT != bExit);
}