Browse Source

change ping pon inteval to max

Robert 1 year ago
parent
commit
c999503090
2 changed files with 2 additions and 2 deletions
  1. 1 1
      EVCB_OCPP.WSServer/Service/WsService/OcppWebsocketService.cs
  2. 1 1
      version.txt

+ 1 - 1
EVCB_OCPP.WSServer/Service/WsService/OcppWebsocketService.cs

@@ -21,7 +21,7 @@ public static partial class AppExtention
     {
         webApplication.UseWebSockets(new WebSocketOptions()
         {
-            KeepAliveInterval = TimeSpan.FromSeconds(10)
+            KeepAliveInterval = TimeSpan.MaxValue
         });
 
         webApplication.Use(async (context, next) =>

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.18
+Docker_v1.1.19