mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
完美
This commit is contained in:
@@ -50,8 +50,8 @@ namespace Plugins.JNGame.Network
|
||||
|
||||
public override void OnClose()
|
||||
{
|
||||
client.Close();
|
||||
client.Dispose();
|
||||
client?.Close();
|
||||
client?.Dispose();
|
||||
Debug.Log($"[JNTCPClient] 关闭对象");
|
||||
base.OnClose();
|
||||
}
|
||||
|
Reference in New Issue
Block a user