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] New messages skipped on processing ack #929

Merged
merged 1 commit into from
Sep 5, 2019

Conversation

kozlovic
Copy link
Member

@kozlovic kozlovic commented Sep 3, 2019

There is a possible race between trying to send new messages and
the storing of new messages that could cause the server to skip
some messages.

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

There is a possible race between trying to send new messages and
the storing of new messages that could cause the server to skip
some messages.

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

Coverage Status

Coverage decreased (-0.08%) to 91.871% when pulling c23a43b on fix_race_on_delivery_and_store into 0d12646 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 3b18d9c into master Sep 5, 2019
@kozlovic kozlovic deleted the fix_race_on_delivery_and_store branch September 5, 2019 14:44
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