暂时屏蔽发送虚点命令,不然李老师那边会卡

This commit is contained in:
qsp89 2026-01-08 16:27:36 +08:00
parent 1d306586a0
commit 406defe5cd

View File

@ -110,16 +110,17 @@ namespace YunDa.Server.ISMSTcp.Services
}
});
_ = Task.Run(async () =>
{
while (true)
{//每30秒发送一次虚点命令全体
//暂时屏蔽发送虚点命令,不然李老师那边会卡
//_ = Task.Run(async () =>
//{
// while (true)
// {//每30秒发送一次虚点命令全体
await SendVaCmd();
// await SendVaCmd();
await Task.Delay(TimeSpan.FromSeconds(30));
}
});
// await Task.Delay(TimeSpan.FromSeconds(30));
// }
//});
}
private List<string> GetValidZzCmd(string cmdName, List<string> ids)