We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc362f3 + 02d4a13 commit bce70afCopy full SHA for bce70af
1 file changed
org.eclipse.paho.client.mqttv3/src/main/java/org/eclipse/paho/client/mqttv3/internal/ClientState.java
@@ -682,6 +682,7 @@ protected boolean removeMessage(IMqttDeliveryToken token) throws MqttException {
682
String key = Integer.toString(messageId);
683
tokenStore.removeToken(key);
684
releaseMessageId(messageId);
685
+ decrementInFlight();
686
}
687
return result;
688
0 commit comments