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

Fix race condition #426

Merged
merged 1 commit into from
Aug 3, 2023
Merged

Fix race condition #426

merged 1 commit into from
Aug 3, 2023

Conversation

zacharyfox
Copy link
Contributor

Fixes a race condition in the partition table backoff / retry where multiple go routines try to access data due to being used in time.AfterFunc callbacks.

Copy link
Contributor

@frairon frairon left a comment

Choose a reason for hiding this comment

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

Many thanks for the contribution and the PR! I think there's nothing to complain here, just one question for the mutex

@frairon frairon merged commit cd2141b into lovoo:master Aug 3, 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