Explorar o código

Added Finished flag after 15 seconds

Kenric Nugteren %!s(int64=2) %!d(string=hai) anos
pai
achega
47a6565bfe
Modificáronse 1 ficheiros con 1 adicións e 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.");
                 }
             });