Update ClientSocket.cs

This commit is contained in:
NYAN CAT 2019-10-15 17:22:02 +03:00
parent 5aabd608f7
commit 2a58c9082a

View File

@ -127,6 +127,7 @@ namespace Client.Connection
try try
{ {
Ping?.Dispose();
KeepAlive?.Dispose(); KeepAlive?.Dispose();
SslClient?.Dispose(); SslClient?.Dispose();
TcpClient?.Dispose(); TcpClient?.Dispose();