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

Channels built on sockets that have a receive timeout set raise Sys_blocked_io #4169

Closed
vicuna opened this issue Nov 24, 2006 · 1 comment
Closed
Labels

Comments

@vicuna
Copy link

vicuna commented Nov 24, 2006

Original bug ID: 4169
Reporter: ramsdell
Status: closed (set by @damiendoligez on 2007-02-21T12:56:38Z)
Resolution: not a bug
Priority: normal
Severity: minor
Version: 3.09.2
Category: ~DO NOT USE (was: OCaml general)

Bug description

Channels built on sockets that have a receive timeout set raise Sys_blocked_io. If you don't set a receive timeout, the channels work as expected. See the enclosed transcript for details.

File attachments

@vicuna
Copy link
Author

vicuna commented Nov 25, 2006

Comment author: ramsdell

I see the problem. I set the timeout for a socket receive too short. Setting it longer, say to 8.0 seconds, fixes the issue.

@vicuna vicuna closed this as completed Feb 21, 2007
@vicuna vicuna added the bug label Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant