电梯锁优化
This commit is contained in:
@@ -763,8 +763,8 @@ namespace Tnb.WarehouseMgr
|
||||
[HttpPost]
|
||||
public async Task GenTaskExecute()
|
||||
{
|
||||
await CTUTaskExecute();
|
||||
await s_taskExecuteSemaphore.WaitAsync();
|
||||
await CTUTaskExecute();
|
||||
|
||||
Stopwatch sw = Stopwatch.StartNew();
|
||||
CancellationTokenSource agvCts = new();
|
||||
|
||||
Reference in New Issue
Block a user