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
It could be useful to control the maximum concurrent requests to avoid overloading an endpoint. A wrapper for fetch should be used that blocks the async code call until a new connection is available. It should be possible for multiple clients to use the same fetch instance to share the request limit.
A fetch wrapper to control concurrent requests is added
The requests and requests limits are shared over multiple client instances
The text was updated successfully, but these errors were encountered:
It could be useful to control the maximum concurrent requests to avoid overloading an endpoint. A wrapper for fetch should be used that blocks the async code call until a new connection is available. It should be possible for multiple clients to use the same fetch instance to share the request limit.
The text was updated successfully, but these errors were encountered: