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;