We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b41bba commit 9b35f34Copy full SHA for 9b35f34
1 file changed
src/paho/mqtt/client.py
@@ -4213,7 +4213,7 @@ def _handle_pubrel(self) -> MQTTErrorCode:
4213
# prevents multiple callbacks for the same message.
4214
message = self._in_messages.pop(mid)
4215
self._handle_on_message(message)
4216
- self._inflight_messages -= 1
+ # self._inflight_messages -= 1
4217
if self._max_inflight_messages > 0:
4218
with self._out_message_mutex:
4219
rc = self._update_inflight()
0 commit comments