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] Don't send message to subscription that has just been closed #1059

Merged
merged 1 commit into from Jun 7, 2020

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Jun 7, 2020

Race was possibly sending a message to a closed subscription, which
would set the ack timer, which then server would report that it
is skipping delivery to this subscription due to timeout and showing
no clientID in the debug trace.

Resolves #1058

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

Race was possibly sending a message to a closed subscription, which
would set the ack timer, which then server would report that it
is skipping delivery to this subscription due to timeout and showing
no clientID in the debug trace.

Resolves #1058

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 91.763% when pulling 8251c30 on fix_1058 into e15a1b0 on master.

Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

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

LGTM

@kozlovic kozlovic merged commit f47739e into master Jun 7, 2020
@kozlovic kozlovic deleted the fix_1058 branch June 7, 2020 21:19
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.

Seeing [DBG] STREAM: [Client:] Skipping redelivery to subid=<number> due to missed client heartbeat
3 participants