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
socket.connect or connect method blocks indefinitely when network speed or bandwith is low. It also blocks when DNS resolution fails or takes some time. Probably gets blocked at socket_waitfd, not sure if the same is happening on Windows, just checked usocket.c.
The text was updated successfully, but these errors were encountered:
Thanks for the report. Unfortunately I am unable to invest much of my spare time in developing this right now, but I thought I'd drop a comment to say that I am available enough to facilitate PRs that fix bugs or add features, so if anybody has time to scratch this itch and fix/improve the library there should be a path to getting it merged and released.
socket.connect
orconnect
method blocks indefinitely when network speed or bandwith is low. It also blocks when DNS resolution fails or takes some time. Probably gets blocked atsocket_waitfd
, not sure if the same is happening on Windows, just checkedusocket.c
.The text was updated successfully, but these errors were encountered: