diff --git a/client/src/main.c b/client/src/main.c index ed74d97a..9e7989aa 100644 --- a/client/src/main.c +++ b/client/src/main.c @@ -499,7 +499,7 @@ int main_frameThread(void * unused) // ignore any repeated frames, this happens when a new client connects to // the same host application. - if (frame->frameSerial == frameSerial) + if (frame->frameSerial == frameSerial && g_state.formatValid) { lgmpClientMessageDone(queue); continue;