From 531c0d30ebfa0fa792d5693e80c804a303ad25c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E9=93=AD=20=E5=90=95?= <896951544@qq.com> Date: Thu, 20 Mar 2025 16:08:47 +0800 Subject: [PATCH] =?UTF-8?q?WCS=E8=B0=83=E7=94=A8LCS=E4=BB=A3=E7=A0=81bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WcfControlMonitorLib/CCallService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/WcfControlMonitorLib/CCallService.cs b/WcfControlMonitorLib/CCallService.cs index bd5459a..9dccf55 100644 --- a/WcfControlMonitorLib/CCallService.cs +++ b/WcfControlMonitorLib/CCallService.cs @@ -1574,6 +1574,7 @@ namespace WcfControlMonitorLib threadAGVStatusSend = new Thread(new ThreadStart(BeginListenAgvData)); // threadAGVStatusSend.IsBackground = true; threadAGVStatusSend.Start(); + threadAGVStatusSend.Join(); } public static void EndListenPLC() {