You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020-11-14 13:45:13 INFO AbstractDevice:54 - create device: 5e06bfee334dd4f33759f5b3_demo
2020-11-14 13:45:15 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:17 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
2020-11-14 13:45:18 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:19 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
2020-11-14 13:45:20 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:21 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
2020-11-14 13:45:22 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:23 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
2020-11-14 13:45:24 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:25 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
2020-11-14 13:45:26 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:27 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
2020-11-14 13:45:28 INFO MqttConnection:153 - try to connect to ssl://iot-mqtts.cn-north-4.myhuaweicloud.com:8883
2020-11-14 13:45:29 INFO MqttConnection:170 - connect failed 错误的用户名或密码 (4)
Bug出现版本:1.0.0版本
运行iot-device-demo中PropertySample类出现错误日志
connect failed 错误的用户名或密码 (4)
之后就无限重连了在
0.8.0
版本没有这个bug,对比两个版本的com.huaweicloud.sdk.iot.device.client.DeviceClient#connect
方法在
0.8.0
版本还没有重连功能发现在
1.0.0
版本添加了重连功能while循环中的
MqttConnection.connect()
方法内部已将异常捕获,不会抛出,造成while死循环The text was updated successfully, but these errors were encountered: