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
Use of global static variables such as _lock_queue leads to race conditions.
However, It is suggested that there can be multiple instances running concurrently due to existence of initializers that return different objects and not a singleton.
The text was updated successfully, but these errors were encountered:
Use of global static variables such as
_lock_queue
leads to race conditions.However, It is suggested that there can be multiple instances running concurrently due to existence of initializers that return different objects and not a singleton.
The text was updated successfully, but these errors were encountered: