Parcourir la source

Continue with last commit

felix il y a 2 ans
Parent
commit
1c9fdd2195
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      Vinno.vCloud.Common.FIS/Notification/FISWebSocket.cs

+ 0 - 2
Vinno.vCloud.Common.FIS/Notification/FISWebSocket.cs

@@ -37,8 +37,6 @@ namespace Vinno.vCloud.Common.FIS.Notification
                 _webSocket.Error += OnError;
                 _webSocket.DataReceived += OnDataReceived;
                 _webSocket.Closed += OnClosed;
-                var xx = _webSocket.EnableAutoSendPing;
-                var xs = _webSocket.AutoSendPingInterval;
             }
         }