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

ARTEMIS-4646 Reuse only acknowledged MQTT IDs #4823

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Conversation

thezbyg
Copy link
Contributor

@thezbyg thezbyg commented Feb 16, 2024

Generate MQTT message IDs from full allowed range of 1-65535 and skip currently used values. Do not use atomic integer for current ID, because all accesses and modifications are performed in synchronized context.

Generate MQTT message IDs from full allowed range of 1-65535 and skip
currently used values. Do not use atomic integer for current ID, because
all accesses and modifications are performed in synchronized context.
@jbertram jbertram merged commit f4b59c9 into apache:main Feb 22, 2024
6 checks passed
@jbertram
Copy link
Contributor

@thezbyg, nice work. Thanks for the contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants