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
Looks like uv_fs_close always returns the initial stream, even when this stream doesn't exist and close fails.
For example,
uv_fs_close($loop, 42, function ($result){});
returns 42
uv_fs_close($loop, 0, function ($result){});
returns 0, and so on.
The text was updated successfully, but these errors were encountered:
add test for fs_close issue described in chobie#36, updating travis b…
b1b5200
…uild
9d6e66d
Fix issue chobie#36, Fix issue chobie#56, uv_poll no longer allows pl…
2408f16
…ainfiles or php related streams resolving a SIGABRT as epoll doesn't support those stream types
No branches or pull requests
Looks like uv_fs_close always returns the initial stream, even when this stream doesn't exist and close fails.
For example,
returns 42
returns 0, and so on.
The text was updated successfully, but these errors were encountered: