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
{{ message }}
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.
The client should re-authenticate itself if it needs to (receives a "unauthenticated" response).
This is a little tricky to do properly, one must consider the following invariants:
in_flight_semaphore
locks reduce the maximum requests happening at the same time in most cases. We need to be careful to not cause a deadlockAlso the code itself could see some more love and refactoring to remove code duplication
The text was updated successfully, but these errors were encountered: