Browse Source

dont send if transactionId null

Robert 10 tháng trước cách đây
mục cha
commit
6f811110be

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

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

+ 1 - 1
version.txt

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