mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] add short delay to improve initial startup
This commit is contained in:
parent
3b47a4113f
commit
240d0ff263
2 changed files with 5 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-201-ga6d6a49f82+1
|
||||
B1-202-g3b47a4113f+1
|
|
@ -1461,6 +1461,10 @@ static int lg_run()
|
|||
return -1;
|
||||
}
|
||||
|
||||
/* this short timeout is to allow the LGMP host to update the timestamp before
|
||||
* we start checking for a valid session */
|
||||
SDL_WaitEventTimeout(NULL, 200);
|
||||
|
||||
uint32_t udataSize;
|
||||
KVMFR *udata;
|
||||
|
||||
|
|
Loading…
Reference in a new issue