Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for manual acks #341

Merged
merged 3 commits into from
Feb 9, 2022
Merged

Support for manual acks #341

merged 3 commits into from
Feb 9, 2022

Conversation

wiktorsikora
Copy link
Contributor

@wiktorsikora wiktorsikora commented Feb 4, 2022

This PR introduces support for manual acknowledgements.
With MqttOptions.manual_acks = true every message must be manually acked with client.ack() method.
By using manual acknowledgements users are able to guarantee that they will not loose any messages.

@tekjar
Copy link
Contributor

tekjar commented Feb 8, 2022

LGTM. @de-sh Please review as well

@de-sh
Copy link
Contributor

de-sh commented Feb 9, 2022

LGTM 👍🏼

@de-sh de-sh added the enhancement New feature or request label Feb 9, 2022
@de-sh de-sh merged commit 6406090 into bytebeamio:master Feb 9, 2022
@de-sh de-sh mentioned this pull request Feb 11, 2022
Closed
carlocorradini pushed a commit to carlocorradini/rumqtt that referenced this pull request Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants