Skip to content

Commit

Permalink
Update README.rst
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 be34dcb commit 101cea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ transport
"tcp" to use raw TCP.

manual_ack
defaults to False, allowing the library to acknowledge messages before
defaults to False, allowing the library to acknowledge messages automatically after on_message callback return
passing them to on_message callback. When set to True, every message
must be manually acknowledged by application call to
client.ack( *message.mid* , *message.qos* )
Expand Down

0 comments on commit 101cea1

Please sign in to comment.