Update Clients.cs

This commit is contained in:
NYAN CAT 2019-05-23 16:53:08 +03:00
parent db300b3955
commit 0302d0e957

View File

@ -46,6 +46,7 @@ namespace AsyncRAT_Sharp.Sockets
}
catch
{
//Settings.Blocked.Add(ClientSocket.RemoteEndPoint.ToString().Split(':')[0]);
ClientSslStream?.Dispose();
ClientSocket?.Dispose();
}