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(gRPC): prevent concurrent map iteration and map write #1279

Merged
merged 2 commits into from
May 13, 2024

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented May 13, 2024

Description

This PR fixes a crash on gRPC by removing unsafe casting and cloning the stats maps.

Related issue(s)

If this Pull Request is related to an issue, mention it here.

@themantre themantre merged commit d29a550 into pactus-project:main May 13, 2024
10 checks passed
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.

gRPC: concurrent map iteration and map write
2 participants