Browse Source

Continue with last commit

felix 2 years ago
parent
commit
1c9fdd2195
1 changed files with 0 additions and 2 deletions
  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;
             }
         }