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

make SentryDiagnosticSubscriber._disposableListeners threadsafe #1506

Merged
merged 2 commits into from
Mar 1, 2022

Conversation

SimonCropp
Copy link
Contributor

@SimonCropp SimonCropp commented Mar 1, 2022

IObserver.OnNext can be called from multiple thread. so SentryDiagnosticSubscriber._disposableListeners needs to be thread safe

IObserver.OnNext can be called from multiple thread. so _disposableListeners  needs to be thread safe
@SimonCropp SimonCropp changed the title make _disposableListeners threadsafe make SentryDiagnosticSubscriber._disposableListeners threadsafe Mar 1, 2022
@getsentry getsentry deleted a comment from codecov-commenter Mar 1, 2022
@bruno-garcia bruno-garcia merged commit 2b212d0 into main Mar 1, 2022
@bruno-garcia bruno-garcia deleted the make-_disposableListeners-thread-safe branch March 1, 2022 19:58
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