From 51effd2c9729d8ad0ed799b32ab5460b492b636e Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Tue, 18 Jul 2023 13:05:57 +0800 Subject: [PATCH] Update TCPClientNetwork.cs --- .../Core/Network/NetworkProtocol/TCP/Client/TCPClientNetwork.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/GameScripts/DotNet/Core/Network/NetworkProtocol/TCP/Client/TCPClientNetwork.cs b/Assets/GameScripts/DotNet/Core/Network/NetworkProtocol/TCP/Client/TCPClientNetwork.cs index 40566124..5e20da07 100644 --- a/Assets/GameScripts/DotNet/Core/Network/NetworkProtocol/TCP/Client/TCPClientNetwork.cs +++ b/Assets/GameScripts/DotNet/Core/Network/NetworkProtocol/TCP/Client/TCPClientNetwork.cs @@ -34,7 +34,7 @@ namespace TEngine.Core.Network { if (_isInit) { - throw new NotSupportedException($"KCPClientNetwork Id:{Id} Has already been initialized. If you want to call Connect again, please re instantiate it."); + throw new NotSupportedException($"TCPClientNetwork Id:{Id} Has already been initialized. If you want to call Connect again, please re instantiate it."); } _isInit = true;