From 5e770a0ddcc8aab10d773b179cf410458177331c Mon Sep 17 00:00:00 2001 From: SoulStar Date: Sat, 9 May 2026 15:55:40 +0800 Subject: [PATCH] =?UTF-8?q?feat=20-=20=E6=B7=BB=E5=8A=A0=E6=96=B0=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5=20=E5=87=86=E5=A4=87=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sln.Iot/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Sln.Iot/Program.cs b/Sln.Iot/Program.cs index cef41fc..d0f53b1 100644 --- a/Sln.Iot/Program.cs +++ b/Sln.Iot/Program.cs @@ -121,6 +121,7 @@ namespace Sln.Iot CFXConnect1.Instance.PublishEvent(new CFXEnvelope(new EndpointShuttingDownEvent().Handle(CFXConnect1.Instance.CFXHandle))); CFXConnect2.Instance.PublishEvent(new CFXEnvelope(new EndpointShuttingDownEvent().Handle(CFXConnect2.Instance.CFXHandle))); CFXConnect3.Instance.PublishEvent(new CFXEnvelope(new EndpointShuttingDownEvent().Handle(CFXConnect3.Instance.CFXHandle))); + CFXConnect4.Instance.PublishEvent(new CFXEnvelope(new EndpointShuttingDownEvent().Handle(CFXConnect3.Instance.CFXHandle))); } } } \ No newline at end of file