You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
manual_ack (bool) – normally, when a message is received, the library automatically acknowledges after on_message callback returns. manual_ack=True allows the application to acknowledge receipt after it has completed processing of a message using a the ack() method. This addresses vulnerability to message loss if applications fails while processing a message, or while it pending locally.
Do you think it can be fit into aiomqtt as well?
The text was updated successfully, but these errors were encountered:
Hello,
I see that eclipse-paho/paho.mqtt.python#753 added application-controlled acknowledgements to paho-mqtt.
From the documentation:
Do you think it can be fit into aiomqtt as well?
The text was updated successfully, but these errors were encountered: