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
Server allows a max of 10 open requests at a time; new requests may only be made after existing ones have returned. Client should "slide" through 1000 requests in this way. Having 11 open requests at a time is an immediate failure.
Sliding Window + timeout
Same as sliding window, but server will randomly hang on certain requests. Client must not overrun the window, but also gracefully cancel hung requests.
Batching - 50 requests, batched into groups of 10
Retry
The text was updated successfully, but these errors were encountered: