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

Avoid race-condition where layers are loading and populating as map starts up. #519

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

dotMorten
Copy link
Member

Can cause InvalidOperationException: Collection was modified; enumeration operation may not execute. while map is loading. Also listen to collection changed events first, to ensure we're always up to date.

Internal tracking issue # 11751

…tarts up.

Can cause `InvalidOperationException: Collection was modified; enumeration operation may not execute.` while map is loading.
Also listen to collection changed events first, to ensure we're always up to date.
@dotMorten dotMorten self-assigned this Jul 25, 2023
@dotMorten dotMorten requested a review from mstefarov July 25, 2023 22:33
@dotMorten dotMorten merged commit b318db7 into main Jul 26, 2023
1 check passed
@dotMorten dotMorten deleted the dotMorten/enumerator_fix branch July 26, 2023 13:52
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.

2 participants