mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] add short delay to improve initial startup
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user