From 2a58c9082af15e30e7447405e85f13f712729ce9 Mon Sep 17 00:00:00 2001 From: NYAN CAT Date: Tue, 15 Oct 2019 17:22:02 +0300 Subject: [PATCH] Update ClientSocket.cs --- AsyncRAT-C#/Client/Connection/ClientSocket.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/AsyncRAT-C#/Client/Connection/ClientSocket.cs b/AsyncRAT-C#/Client/Connection/ClientSocket.cs index 0b8af18..18e6c68 100644 --- a/AsyncRAT-C#/Client/Connection/ClientSocket.cs +++ b/AsyncRAT-C#/Client/Connection/ClientSocket.cs @@ -127,6 +127,7 @@ namespace Client.Connection try { + Ping?.Dispose(); KeepAlive?.Dispose(); SslClient?.Dispose(); TcpClient?.Dispose();