连接关闭

This commit is contained in:
yanghongwei 2024-09-02 15:02:46 +08:00
parent 101dc1fef6
commit f12ae73cf4
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ namespace langguanApi.Service
} }
} }
client.Close(); // client.Close();
Console.WriteLine("Client disconnected."); Console.WriteLine("Client disconnected.");
} }