mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-23 11:51:09 +08:00
mqttClient连接失败时缓存数据
This commit is contained in:
@@ -110,7 +110,7 @@ public partial class MqttClient : BusinessBaseWithCacheIntervalScript<VariableDa
|
||||
success = clientResult.IsSuccess;
|
||||
}
|
||||
await Delay(cancellationToken);
|
||||
return;
|
||||
//return;
|
||||
}
|
||||
|
||||
await Update(cancellationToken);
|
||||
|
Reference in New Issue
Block a user