修改退出时关闭所有服务和连接
This commit is contained in:
@@ -9,7 +9,7 @@ namespace DMS.Infrastructure.Interfaces.Services
|
||||
/// <summary>
|
||||
/// MQTT服务管理器接口,负责管理MQTT连接和变量监控
|
||||
/// </summary>
|
||||
public interface IMqttServiceManager
|
||||
public interface IMqttServiceManager : IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// 初始化服务管理器
|
||||
|
||||
Reference in New Issue
Block a user