We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unix.socketpair
Tests, such as this example, using Unix.socketpair occasionally fail on Windows:
--- a/_build/default/lib/picos_io/picos_io.mli +++ b/_build/default/lib/picos_io/.mdx/picos_io.mli.corrected @@ -753,7 +753,5 @@ end send_string "Hello, world!"; send_string "POSIX with OCaml"; end - Hello, world! - POSIX with OCaml - - : unit = () + Exception: Unix.Unix_error(Unix.EADDRINUSE, "socketpair", "") ]} *)
Looking at the documentation of socketpair, the EADDRINUSE error is not mentioned.
socketpair
EADDRINUSE
The text was updated successfully, but these errors were encountered:
Picos_io now has a workaround (attempt) for this issue: #269
Picos_io
Let’s close this issue after it has been fixed in the unix library.
Sorry, something went wrong.
AF_UNIX
EACCES
ENOENT
EINVAL
No branches or pull requests
Tests, such as this example, using
Unix.socketpair
occasionally fail on Windows:Looking at the documentation of
socketpair
, theEADDRINUSE
error is not mentioned.The text was updated successfully, but these errors were encountered: