We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd64350 commit 3d18823Copy full SHA for 3d18823
aws-android-sdk-iot/src/main/java/com/amazonaws/mobileconnectors/iot/AWSIotMqttManager.java
@@ -1053,6 +1053,7 @@ public void run() {
1053
if (mqttClient != null && !mqttClient.isConnected()) {
1054
reconnectToSession();
1055
}
1056
+ ht.quit();
1057
1058
}, MILLIS_IN_ONE_SECOND * currentReconnectRetryTime);
1059
currentReconnectRetryTime = Math.min(currentReconnectRetryTime * 2, maxReconnectRetryTime);
0 commit comments