empicano / aiomqtt

The idiomatic asyncio MQTT client
https://aiomqtt.bo3hm.com
BSD 3-Clause "New" or "Revised" License
431 stars 77 forks source link

Application-controlled acknowledgements support #346

Open ale-rinaldi opened 4 days ago

ale-rinaldi commented 4 days ago

This adds support for application-controlled acknowledgements, so that an application can ack the messages whenever it completed the processing (i.e. saving to a database).

This is already supported by paho-mqtt: https://github.com/eclipse-paho/paho.mqtt.python/pull/753

Fixes #345