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