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