Explorar el Código

Added Finished flag after 15 seconds

Kenric Nugteren hace 2 años
padre
commit
47a6565bfe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      prs.server/Engines/GPS/OEMConnection.cs

+ 1 - 0
prs.server/Engines/GPS/OEMConnection.cs

@@ -361,6 +361,7 @@ namespace PRSServer
             {
                 if (!readData)
                 {
+                    Finished = true;
                     Logger.Send(LogType.Error, "", "DEBUG: No data read for 15 seconds.");
                 }
             });