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
Would be cool to add a way to atomically access to RwLock in order to avoid that multiple threads unleash multiple http request to fetch json web key set. In this scenario e semaphore or an atomic counter/bool block all threads http request except one and return the value to them.
The text was updated successfully, but these errors were encountered:
Would be cool to add a way to atomically access to RwLock in order to avoid that multiple threads unleash multiple http request to fetch json web key set. In this scenario e semaphore or an atomic counter/bool block all threads http request except one and return the value to them.
The text was updated successfully, but these errors were encountered: