You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to fix the potential data race in InformatonProviderImpl (#975)
* Fix potential data race in InformatonProviderImpl
* Won't lock the local_callbacks entire scope
Move the mutex lock into the desired block, only protect `m_` properties.
0 commit comments