添加查询缓存

有一些效果,原来10分钟就会崩溃的,现在延长了一个小时,不过有的时候,还是会崩溃
This commit is contained in:
2025-12-29 15:03:58 +08:00
parent 1ec13289dc
commit f9fe3a36e6
11 changed files with 550 additions and 280 deletions

View File

@@ -1514,7 +1514,8 @@ namespace RCUHost.Implement
//添加统计信息
StepTongJi.SendInfo(3, "Task分配成功即将开始执行", context.MessageID, context.IsMonitor);
if (cmdType == 0x36)
byte cmdTypeTTT = context.SystemHeader.Value.CmdType;
if (cmdTypeTTT == 0x36)
{
IReceiver receiver = receivers[(CommandType)0x36];
if (receiver != null)