浏览代码

Continue with last commit

felix 2 年之前
父节点
当前提交
1c9fdd2195
共有 1 个文件被更改,包括 0 次插入2 次删除
  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;
             }
         }