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] AutoUnsubscribe() should remove sub if max <= delivered #467

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

kozlovic
Copy link
Member

If the number of delivered messages is greater than the max value
specified by AutoUnsubscribe(), the library should remove the
subscription, and not send an UNSUB with a max value that is lower
than the current number of delivered messages.

Signed-off-by: Ivan Kozlovic ivan@synadia.com

…vered

If the number of delivered messages is greater than the max value
specified by AutoUnsubscribe(), the library should remove the
subscription, and not send an UNSUB with a max value that is lower
than the current number of delivered messages.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@kozlovic kozlovic merged commit 835260b into main Sep 28, 2021
@kozlovic kozlovic deleted the auto_unsub_fix branch September 28, 2021 15:15
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.

None yet

1 participant