From d7d6995c350039d33f316842e4b7c95e6fcb99e7 Mon Sep 17 00:00:00 2001 From: ALEXTANG <574809918@qq.com> Date: Mon, 23 May 2022 17:47:45 +0800 Subject: [PATCH] Update GameClient.cs --- TEngineHotUpdate/src/TEngineCore/Net/GameClient.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TEngineHotUpdate/src/TEngineCore/Net/GameClient.cs b/TEngineHotUpdate/src/TEngineCore/Net/GameClient.cs index df7dece2..5032e3fc 100644 --- a/TEngineHotUpdate/src/TEngineCore/Net/GameClient.cs +++ b/TEngineHotUpdate/src/TEngineCore/Net/GameClient.cs @@ -451,7 +451,9 @@ namespace TEngineCore.Net } #endregion - + /// + /// 主线程从消息包缓存堆栈/委托缓存堆栈中出列 + /// private void HandleCsMsgOnUpdate() { if (cachelistHandle.Count <= 0 || queuepPacks.Count <= 0)