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
The ConcurrentDictionary in FbClientFactory might call the factory multiple times (that's fine), but the createdNew might be then set, yet the instance returned was different than the created "here" and was already registered for shutdown.