Эх сурвалжийг харах

Continue with last commit

felix 2 жил өмнө
parent
commit
1c9fdd2195

+ 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;
             }
         }