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
I receive the message above because I run two queries calling both at the same time FetchMetadata.
So AddDataService is called twice.
Maybe put _asyncSemaphore.Release(); of FetchMetadata at the end is enough.
At the moment I solved manually calling FetchMetadata before queries.
The text was updated successfully, but these errors were encountered:
I receive the message above because I run two queries calling both at the same time FetchMetadata.
So AddDataService is called twice.
Maybe put _asyncSemaphore.Release(); of FetchMetadata at the end is enough.
At the moment I solved manually calling FetchMetadata before queries.
The text was updated successfully, but these errors were encountered: