Add log when closing TCP client

This commit is contained in:
Stone_Red
2023-12-14 11:28:59 +01:00
parent f635b0d855
commit 205e8e0c5e
@@ -209,6 +209,7 @@ internal class NetworkClient
}
finally
{
ApiManager.SendNotificationMessageNewLine($"{(client.Client.RemoteEndPoint as IPEndPoint)?.Address} > Closing connection", NotificationMessageType.Log);
client.Close();
}
}