-
Notifications
You must be signed in to change notification settings - Fork 211
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 crash in MulticastDelegate caused by concurrent accesses #3361
Fix crash in MulticastDelegate caused by concurrent accesses #3361
Conversation
SDK Size
|
SDK Performance
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just added a question 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! ✅
a28e508
to
4de88df
Compare
SDK Size
|
Quality Gate passedIssues Measures |
🔗 Issue Links
Resolves PBE-5434
🎯 Goal
Make
MulticastDelegate
thread-safe🛠 Implementation
We got a report of crashes in the MulticastDelegate what point at multi-threading issues..
🧪 Manual Testing Notes
Explain how this change can be tested manually, if applicable.
☑️ Contributor Checklist