Skip to content

Commit 806ab61

Browse files
committed
Fix synchronization issue
1 parent 2d92416 commit 806ab61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vmcli/vmcli.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ void WaitForUpdate()
3030
{
3131
Sleep(50);
3232
}
33+
while (iVMR.VBVMR_IsParametersDirty())
34+
{
35+
Sleep(50);
36+
}
3337
Sleep(50);
3438
}
3539

0 commit comments

Comments
 (0)