mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-12 11:03:45 +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;
|
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;
|
uint32_t udataSize;
|
||||||
KVMFR *udata;
|
KVMFR *udata;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue