Skip to content

rescue from EWOULDBLOCKWaitReadable #579

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshleblanc
Copy link

This is to fix #570.

It looks like this only effects windows. My testing shows the first read works, and the second read throws EWOULDBLOCK. This should pop back up to the poller loop and does another interruptible_sleep, which recreates

This probably isn't great, but it's better than the alternative, which is solid_queue doesn't work on windows at all.

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

Successfully merging this pull request may close these issues.

IO::EWOULDBLOCKWaitReadable on 1.1.5
1 participant