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
With a lot of concurrent requests to metadata service, credentials can fail.
To fix that:
- add a lock so the metadata service isnt flooded with requests.
- add process.nextTick so IO can still be processed even with a lot of request
to the metadata service being generated + will work in browser with browserify.
0 commit comments