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
However configuredTenants can potentially be modified by a different thread while contains is called out side the synchronization block. AFAIK, this is not thread safe.
The text was updated successfully, but these errors were encountered:
This code uses the double-checked lock pattern:
However configuredTenants can potentially be modified by a different thread while
contains
is called out side the synchronization block. AFAIK, this is not thread safe.The text was updated successfully, but these errors were encountered: