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
Currently, lock accesses to dictionaries in different classes in a pretty basic way. For example in the SDLSystemCapabilityManager class wrapping the capabilityObservers, subscriptionStatus, etc. We should unify our ability to lock dictionary and array accesses where it's important by creating custom wrapper classes.
The text was updated successfully, but these errors were encountered:
Bug Report
Currently, lock accesses to dictionaries in different classes in a pretty basic way. For example in the
SDLSystemCapabilityManager
class wrapping thecapabilityObservers
,subscriptionStatus
, etc. We should unify our ability to lock dictionary and array accesses where it's important by creating custom wrapper classes.The text was updated successfully, but these errors were encountered: