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 concurrent access to the lock map #3985

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

aduffeck
Copy link
Contributor

Fix concurrent access to the lock map by using a sync.Map to store the granular locks.

@update-docs
Copy link

update-docs bot commented Jun 16, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@aduffeck aduffeck marked this pull request as ready for review June 16, 2023 10:49
@aduffeck aduffeck requested review from labkode, ishank011, glpatcern and a team as code owners June 16, 2023 10:49
@micbar micbar requested review from butonic, kobergj and rhafer June 16, 2023 11:59
Copy link
Contributor

@kobergj kobergj left a comment

Choose a reason for hiding this comment

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

Nice 👍

@micbar micbar merged commit b30fdde into cs3org:edge Jun 16, 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