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 CosmosSqlMetdataProvider uses a standard dictionary although the
metadata provider is accessed and updated concurrently. This causes the
issue in #2694. I have updated the implementation to use a
ConcurrentDictionary.
Fixes#2694
Co-authored-by: Aniruddh Munde <[email protected]>
0 commit comments