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
my use case is that when remote server is up (which is not always the case) then it is expected to answer promptly; in that case we engage in a session that may last for some time - typically for ghosting system images, so we're talking minutes
OTOH when the node is down, I don't need to wait for more than 1 second before I decide it's not worth the wait
given that a call to open_connection will last for the whole duration of the session, I can't use asyncio.wait_for on a call to open_connection as that would fire in normal conditions too
I can't seem to find a reference to a create_connection, that would I believe be a nice angle here; or am I missing something ?
How to set timeout for open_connection()?
The text was updated successfully, but these errors were encountered: