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 RabbitMqLoggingTests failing with Collection was modified #2518

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Feb 28, 2024

Use a concurrent collection so we can add and enumerate from multiple threads at the same time.

Fix #2464

Microsoft Reviewers: Open in CodeFlow

Use a concurrent collection so we can add and enumerate from multiple threads at the same time.

Fix dotnet#2464
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-integrations Issues pertaining to Aspire Integrations packages label Feb 28, 2024
@danmoseley danmoseley merged commit b5b9d77 into dotnet:main Feb 28, 2024
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-integrations Issues pertaining to Aspire Integrations packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[tests] RabbitMqLoggingTests fails randomly with Collection was modified
2 participants