Main/Core/NetworkPackage/GameNetSystem.cs
@@ -152,14 +152,15 @@ } } if (waitLoginMap) { if (protocol is not C0123_tagCClientPackVersion && protocol is not C0101_tagCPlayerLogin) { Debug.LogWarning("等待0403包,不允许发送其他包 " + protocol.ToString()); return; } } // 0102是从地图发送的 说明已登录,除非服务端报错异常,这里可以不屏蔽 // if (waitLoginMap) // { // if (protocol is not C0123_tagCClientPackVersion && protocol is not C0101_tagCPlayerLogin) // { // Debug.LogError("等待0403包,不允许发送其他包 " + protocol.ToString()); // return; // } // } if (mainSocket != null) {