From c329a05c7407557c06d3d974161672366bd613d3 Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期一, 20 四月 2026 23:56:17 +0800
Subject: [PATCH] fix(StockInfoService): close DeleteStockWithDetailsAsync method properly
---
Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SocketServer/TcpSocketServer.Messaging.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SocketServer/TcpSocketServer.Messaging.cs b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SocketServer/TcpSocketServer.Messaging.cs
index 6a5fca3..62c05dd 100644
--- a/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SocketServer/TcpSocketServer.Messaging.cs
+++ b/Code/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/SocketServer/TcpSocketServer.Messaging.cs
@@ -84,7 +84,7 @@
{
// 鍒ゆ柇鏄惁涓� JSON 鏍煎紡
bool isJsonFormat = TryParseJsonSilent(message);
- _ = MessageReceived.Invoke(message, isJsonFormat, client, robotCrane);
+ _ = MessageReceived.Invoke(message, isJsonFormat, client);
}
catch { }
}
--
Gitblit v1.9.3