Esri / arcgis-maps-sdk-dotnet-toolkit

Toolkit for ArcGIS Maps SDK for .NET
https://esri.github.io/arcgis-maps-sdk-dotnet-toolkit/
Apache License 2.0
211 stars 121 forks source link

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

Closed dotMorten closed 1 year ago

dotMorten commented 1 year ago

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