[client] add short delay to improve initial startup

This commit is contained in:
Geoffrey McRae 2020-05-21 09:32:08 +10:00
parent 3b47a4113f
commit 240d0ff263
2 changed files with 5 additions and 1 deletions

View file

@ -1 +1 @@
B1-201-ga6d6a49f82+1
B1-202-g3b47a4113f+1

View file

@ -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;