Skip to content

fix: parallel push causing InvalidOperationException (#452)#457

Merged
adrianhall merged 1 commit into
CommunityToolkit:mainfrom
david1995:452-InvalidOperationExceptionOnParallelPush
May 22, 2026
Merged

fix: parallel push causing InvalidOperationException (#452)#457
adrianhall merged 1 commit into
CommunityToolkit:mainfrom
david1995:452-InvalidOperationExceptionOnParallelPush

Conversation

@david1995
Copy link
Copy Markdown
Contributor

This patch fixes the parallel push issue described in #452.
To prevent calling FindAsync in parallel, I have wrapped this call in the same synchronisation lock used throughout the class.

@github-actions github-actions Bot added the stale Stale issue or PR. label Apr 30, 2026
@david1995
Copy link
Copy Markdown
Contributor Author

Is there any prospect when this could be merged?

@github-actions github-actions Bot added stale Stale issue or PR. and removed stale Stale issue or PR. labels May 1, 2026
@github-actions github-actions Bot closed this May 10, 2026
@adrianhall
Copy link
Copy Markdown
Collaborator

Sorry - have been out of office, and only recently returned. I'm re-opening this so I can take a look.

@adrianhall adrianhall reopened this May 22, 2026
@adrianhall adrianhall self-requested a review May 22, 2026 15:20
@adrianhall adrianhall removed the stale Stale issue or PR. label May 22, 2026
@adrianhall adrianhall self-assigned this May 22, 2026
@adrianhall adrianhall merged commit d64970c into CommunityToolkit:main May 22, 2026
11 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.

2 participants