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

Improve key referencing to avoid ConcurrentModificationException #38

Merged
merged 1 commit into from
Jun 30, 2024

Conversation

ogaclejapan
Copy link
Contributor

For example, all key lookups occur in a filter search when updating a query as a side effect after performing a mutation. This has been resolved by copying to a new Set instance whenever there is an attempt to call the keys property of Map.

For example, all key lookups occur in a filter search when updating a query as a side effect after performing a mutation.
This has been resolved by copying to a new Set instance whenever there is an attempt to call the keys property of Map.
@ogaclejapan ogaclejapan added the bug Something isn't working label Jun 29, 2024
@ogaclejapan ogaclejapan merged commit cec887b into main Jun 30, 2024
1 check passed
@ogaclejapan ogaclejapan deleted the fix_concurrent_exception branch June 30, 2024 00:03
@github-actions github-actions bot mentioned this pull request Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant