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
Multiple requests send at the same time can ask multiple times a new OAuth2 token.
Fix that by creating a variable "isAsking".
==> Wait other requests until the one with the token is available ?
Multiple requests send at the same time can ask multiple times a new OAuth2 token.
Fix that by creating a variable "isAsking".
==> Wait other requests until the one with the token is available ?