mirror of
https://github.com/Stone-Red-Code/HyperbolicDownloader.git
synced 2026-09-04 00:56:09 +02:00
Add log when closing TCP client
This commit is contained in:
@@ -209,6 +209,7 @@ internal class NetworkClient
|
||||
}
|
||||
finally
|
||||
{
|
||||
ApiManager.SendNotificationMessageNewLine($"{(client.Client.RemoteEndPoint as IPEndPoint)?.Address} > Closing connection", NotificationMessageType.Log);
|
||||
client.Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user