Open ale-rinaldi opened 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
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