Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support delaying PUBACKs in libmosquitto API #118

Open
ralight opened this issue Mar 15, 2016 · 0 comments
Open

Support delaying PUBACKs in libmosquitto API #118

ralight opened this issue Mar 15, 2016 · 0 comments
Labels
Component: libmosquitto Type: Enhancement A new feature for a minor or major release.

Comments

@ralight
Copy link
Contributor

ralight commented Mar 15, 2016

migrated from Bugzilla #452930
status NEW severity enhancement in component Mosquitto client library for ---
Reported in version unspecified on platform PC
Assigned to: Roger Light

On 2014-11-23 17:37:39 -0500, Roger Light wrote:

(imported from launchpad)

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://lists.launchpad.net/mosquitto-users/msg00024.html

And I see that the MQTT.js implementation supports such a feature: mqttjs/MQTT.js#77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: libmosquitto Type: Enhancement A new feature for a minor or major release.
Projects
None yet
Development

No branches or pull requests

1 participant