Browse Source

fix vendorId empty not handle correctly

Robert 9 months ago
parent
commit
37ba2df96f
2 changed files with 2 additions and 1 deletions
  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