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

[FIXED] PublishAsyncMaxPending not reset after server disconnect #1346

Merged
merged 2 commits into from
Jul 19, 2023

Conversation

piotrpio
Copy link
Collaborator

This fixes an issue with PublishAsync() where pending acks were not being reset on disconnect. This caused the pending acks counter to grow (up to the limit) until connection is closed.

@piotrpio piotrpio requested a review from Jarema July 14, 2023 10:01
@piotrpio piotrpio force-pushed the fix-max-ack-pending branch 2 times, most recently from 343f6b7 to 41b750d Compare July 14, 2023 12:27
Copy link
Member

@aricart aricart left a comment

Choose a reason for hiding this comment

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

LGTM

@piotrpio piotrpio force-pushed the fix-max-ack-pending branch 4 times, most recently from e5363a7 to 91dd87b Compare July 18, 2023 11:19
Copy link
Member

@Jarema Jarema left a comment

Choose a reason for hiding this comment

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

LGTM!

@piotrpio piotrpio force-pushed the fix-max-ack-pending branch 3 times, most recently from 0116b0e to 77c4c1c Compare July 19, 2023 09:18
Signed-off-by: Piotr Piotrowski <[email protected]>
@piotrpio piotrpio merged commit 3818089 into main Jul 19, 2023
1 of 2 checks passed
@piotrpio piotrpio deleted the fix-max-ack-pending branch July 19, 2023 09:51
@piotrpio piotrpio mentioned this pull request Jul 20, 2023
piotrpio added a commit that referenced this pull request Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants