소스 검색

dont send if transactionId null

Robert 10 달 전
부모
커밋
6f811110be
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      EVCB_OCPP.WSServer/Message/CoreProfileHandler.cs
  2. 1 1
      version.txt

+ 1 - 0
EVCB_OCPP.WSServer/Message/CoreProfileHandler.cs

@@ -491,6 +491,7 @@ internal partial class ProfileHandler
 						}
 
 						//  if (energy_kwh > 0)
+						if (_request.transactionId != null)
 						{
 							try
 							{

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.26
+Docker_v1.1.27