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

eio_windows: unregister FDs on cancel #756

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

talex5
Copy link
Collaborator

@talex5 talex5 commented Sep 29, 2024

This was fixed in cc19aa1 for eio_posix, but not for eio_windows.

The error looks like:

exception Unix.Unix_error(Unix.ENOTSOCK, "select", "")

@talex5 talex5 added the bug Something isn't working label Sep 29, 2024
@talex5 talex5 force-pushed the win-unregister-fd branch 2 times, most recently from 295b06c to d0d04a4 Compare September 29, 2024 13:10
This was fixed in cc19aa1 for `eio_posix`, but not for
`eio_windows`.

The error looks like:

    exception Unix.Unix_error(Unix.ENOTSOCK, "select", "")
@talex5 talex5 merged commit f8c9441 into ocaml-multicore:main Sep 30, 2024
5 checks passed
@talex5 talex5 deleted the win-unregister-fd branch September 30, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant