From 240d0ff263d829d24275d91cb419d13e498be63c Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 21 May 2020 09:32:08 +1000 Subject: [PATCH] [client] add short delay to improve initial startup --- VERSION | 2 +- client/src/main.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 03ceb7b6..cfe9c881 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-201-ga6d6a49f82+1 \ No newline at end of file +B1-202-g3b47a4113f+1 \ No newline at end of file diff --git a/client/src/main.c b/client/src/main.c index 650e8693..b7f12d18 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -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;