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 errors with memory tables #3

Merged
merged 11 commits into from
May 22, 2024
Merged

Fix race errors with memory tables #3

merged 11 commits into from
May 22, 2024

Conversation

alecsammon
Copy link
Owner

@alecsammon alecsammon commented May 21, 2024

There are some data race errors with the memory table.

This wraps all methods in a mutex to ensure we don't have concurrency issues.

@alecsammon alecsammon changed the title Race Fix race errors with memory tables May 21, 2024
@alecsammon alecsammon marked this pull request as ready for review May 21, 2024 20:32
@alecsammon alecsammon merged commit 9e760ca into main May 22, 2024
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.

1 participant