From 3b16d7019f959ebea78d1557ce345a7dbfec3ca0 Mon Sep 17 00:00:00 2001 From: "2248356998 qq.com" <2248356998@qq.com> Date: Thu, 9 Oct 2025 20:57:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96orm=20=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E6=8F=92=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Admin/ThingsGateway.NewLife.X/Common/WaitLock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Admin/ThingsGateway.NewLife.X/Common/WaitLock.cs b/src/Admin/ThingsGateway.NewLife.X/Common/WaitLock.cs index 943aa5626..38dbe0e3e 100644 --- a/src/Admin/ThingsGateway.NewLife.X/Common/WaitLock.cs +++ b/src/Admin/ThingsGateway.NewLife.X/Common/WaitLock.cs @@ -66,7 +66,7 @@ public sealed class WaitLock : IDisposable } catch (SemaphoreFullException) { - XTrace.WriteException(new Exception($"WaitLock {_name} 释放失败,当前信号量无需释放")); + //XTrace.WriteException(new Exception($"WaitLock {_name} 释放失败,当前信号量无需释放")); } } }