hch
7 天以前 0c637727035448914efb08d6c05cb51582a9ab12
Main/Core/NetworkPackage/GameNetSystem.cs
@@ -159,7 +159,7 @@
                SendInfo(sendQueue.Dequeue());
            }
        }
        Debug.LogError($"重点提醒:0403登录后 发送缓存包数量 {cnt} 个");
        Debug.Log($"重点提醒:0403登录后 发送缓存包数量 {cnt} 个");
    }
    public void SendInfo(GameNetPackBasic protocol)
@@ -178,7 +178,7 @@
        {
            if (protocol is not C0123_tagCClientPackVersion && protocol is not C0101_tagCPlayerLogin)
            {
                Debug.LogError("重点提醒:登录完成前的封包先加入队列 等0403回包后再一起发送服务端 " + protocol.ToString());
                Debug.Log("重点提醒:登录完成前的封包先加入队列 等0403回包后再一起发送服务端 " + protocol.ToString());
                sendQueue.Enqueue(protocol);
                return;
            }