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

Timeouts #16

Open
anton-dutov opened this issue Jul 11, 2017 · 1 comment
Open

Timeouts #16

anton-dutov opened this issue Jul 11, 2017 · 1 comment

Comments

@anton-dutov
Copy link

How to set :

  • connection timeout
  • read timeout
  • write timeout
@s-ludwig
Copy link
Member

So, the way vibe-core does it currently is by starting a timer and calling cancelRead etc. when the timer fires before the operation has finished. But the OS provided socket timeout options should definitely also be exposed.

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

2 participants