Skip to content

Commit

Permalink
Update src/paho/mqtt/client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Fersing <[email protected]>
  • Loading branch information
petersilva and PierreF authored Dec 23, 2023
1 parent 384bc13 commit 733d7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paho/mqtt/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@ def ack(self, mid: int, qos: int) -> int:

return MQTT_ERR_SUCCESS

def manual_ack( self, on=False ):
def manual_ack_set(self, on):
"""
The paho library normally acknowledges messages as soon as they are delivered to the caller.
If manual_ack is turned on, then the caller MUST manually acknowledge every message once
Expand Down

0 comments on commit 733d7f3

Please sign in to comment.