- 为MqttClientManager类添加IDisposable接口实现 - 将_topics字段从List<String>改为readonly HashSet<String> - 为所有_topics集合操作添加lock同步锁确保线程安全 - 实现Dispose方法以正确释放MQTT客户端资源 - 添加取消令牌源的释放以避免内存泄漏 |
||
|---|---|---|
| .. | ||
| minio | ||
| mqtt | ||
| mqttmessagecenter | ||
| wayline | ||
| CommonTopicRequest.cs | ||
| FileUploadCallbackEventReply.cs | ||
| GatewayManager.cs | ||
| GatewayType.cs | ||
| TopicConst.cs | ||