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
connect may wait for a long time prior to return a timeout error.
The support of blocking "connect" is tricky ( at least the support I have in my mind): convert the socket as non-blocking and if the call returns EINPROGRESS wait on a "poll". When poll returns try again "connect"
Any other idea out there?
The text was updated successfully, but these errors were encountered:
connect may wait for a long time prior to return a timeout error.
The support of blocking "connect" is tricky ( at least the support I have in my mind): convert the socket as non-blocking and if the call returns EINPROGRESS wait on a "poll". When poll returns try again "connect"
Any other idea out there?
The text was updated successfully, but these errors were encountered: