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

[Bug]: Cross thread access to the static dictionary #9550

Closed
f-alizada opened this issue Dec 15, 2023 · 2 comments
Closed

[Bug]: Cross thread access to the static dictionary #9550

f-alizada opened this issue Dec 15, 2023 · 2 comments
Assignees
Labels

Comments

@f-alizada
Copy link
Contributor

Updating properties of the static class could be accessed from different threads which could cause corruptions:

loggingService.LogTelemetry(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.Properties);

@JanKrivanek
Copy link
Member

FYI @rokonec - related #8561?

@f-alizada
Copy link
Contributor Author

Closing since the PR got merged already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants