Explorar el Código

fix vendorId empty not handle correctly

Robert hace 10 meses
padre
commit
37ba2df96f
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      EVCB_OCPP.WSServer/Jobs/ServerMessageJob.cs
  2. 1 1
      version.txt

+ 1 - 0
EVCB_OCPP.WSServer/Jobs/ServerMessageJob.cs

@@ -210,6 +210,7 @@ public class ServerMessageJob : IJob
         if (string.IsNullOrEmpty(vid))
         {
             dataTransferRequest.vendorId = string.Empty;
+            return;
         }
         dataTransferRequest.vendorId = vid;
     }

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.34
+Docker_v1.1.35