This commit is contained in:
João Moreno
2023-09-21 15:12:20 +01:00
committed by GitHub
parent 3921a1d091
commit e3b46eeda5

View File

@@ -1528,11 +1528,12 @@ begin
begin
CreateMutex('{#AppMutex}-ready');
Log('Checking whether application is still running...');
while (CheckForMutexes('{#AppMutex}')) do
begin
Log('Application is still running, waiting');
Sleep(1000)
end;
Log('Application appears not to be running.');
StopTunnelServiceIfNeeded();