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 was archived by the owner on Feb 28, 2024. It is now read-only.
Add the notion of 'idling' a session when we get a response
A session is 'busy' when a request has been sent, and the
response not yet received. As soon as the response is received,
the session re-enters the 'idle' state (and any associated read
timeouts can be cleared).
We also clear timeouts when a session enters connected state,
but only if we hadn't pre-queued the first request.
0 commit comments