@@ -204,7 +204,7 @@ public class IotStatusService {
* @throws MqttException
*/
void reStartMqtt() throws MqttException {
- mqttManager.init();
+ // mqttManager.init();
}
/**