Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network I/O timeouts #7

Open
snej opened this issue Sep 7, 2023 · 0 comments
Open

Network I/O timeouts #7

snej opened this issue Sep 7, 2023 · 0 comments

Comments

@snej
Copy link
Collaborator

snej commented Sep 7, 2023

Support optional timeouts for connecting, reading, writing.

I think in general this can be done with libuv by starting a timer at the same time as the request. If the timer fires first it calls uv_cancel on the request. If the request finishes first it stops the timer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant