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

Mqtt-kakfa will message bugfixes #644

Merged
merged 2 commits into from
Dec 18, 2023
Merged

Conversation

bmaidics
Copy link
Contributor

No description provided.

@bmaidics bmaidics added the bug Something isn't working label Dec 14, 2023
@bmaidics bmaidics self-assigned this Dec 14, 2023
else
{
unAckedPackets--;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does "unacked packet" mean in this context?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't close the retained stream until we received back ALL the acks for any qos1/2 messages. So basically this is just a counter to know when every delivered message were acked.

@jfallows jfallows merged commit 6033778 into aklivity:develop Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants