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
These are timeouts for SSE stream, and general client's timeout is not applied here. timeout and sock_read should be None's or stream will be terminated. Not sure about sock_connect... maybe None is fine too.
Documented in https://docs.aiohttp.org/en/stable/client_reference.html,
sock_connect
is set to 10 minutes, which might be too much:metis-client/metis_client/client.py
Line 238 in 00639fa
How is it related to a general client
timeout
?The text was updated successfully, but these errors were encountered: