Pārlūkot izejas kodu

fix KeepAliveInterval cause crash

Robert 1 gadu atpakaļ
vecāks
revīzija
198d90a0e3

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

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

+ 1 - 1
version.txt

@@ -1 +1 @@
-Docker_v1.1.19
+Docker_v1.1.20