This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2024-09-13 04:06:25 +08:00
parent bf7b5b1160
commit ced7fdce74
72 changed files with 25000 additions and 8157 deletions

View File

@@ -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();
}