Commit d0cbcbc9 张东亮

主定时器加锁

1 个父辈 1c7108da
......@@ -811,7 +811,7 @@ namespace OnlineStore.DeviceLibrary
}
finally
{
Monitor.Exit(mainTimer);
Monitor.Exit(lockMainTimer);
}
Thread.Sleep(1);
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!