Support delaying PUBACKs in libmosquitto API
Bug #1201370 reported by
Damiano Albani
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mosquitto |
New
|
Undecided
|
Unassigned |
Bug Description
In the situation where a libmosquitto-based client subscribes to a topic with QoS=1, it would be useful to be able to delay the PUBACKs that it sends back.
Instead of the current automatic behavior, the API would provide a callback to manually send a PUBACK for a specific message.
The idea being that it confirms that the message has been correctly processed locally and is ready to be acknowledged to the broker.
The feature was already mentioned in a message from the mailing-list a year ago: https:/
And I see that the MQTT.js implementation supports such a feature: https:/
To post a comment you must log in.
This is a good idea, I'll look into it for version 1.3.