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] Crash processing inbound message for destroyed subscription #638

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

kozlovic
Copy link
Member

A race could cause the read loop to crash when processing a message for a subscription that is being removed in another thread.

Resolves #637

A race could cause the read loop to crash when processing a message
for a subscription that is being removed in another thread.

Resolves #637

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
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

@kozlovic kozlovic merged commit 44b956e into main Feb 23, 2023
@kozlovic kozlovic deleted the fix_637 branch February 23, 2023 22:43
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.

Random crash in natsConn_processMsg
2 participants