You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2022. It is now read-only.
In the uvtee example, uv_pipe_open(&file_pipe, fd) fails on windows because internally it calls uv_set_pipe_handle which only works on something that is actually a named pipe. Should I open an issue at libuv instead? I'm not sure how to fix it.
I'm similarly not certain the example is fully functional on Linux either. Treating a pipe as a file isn't always valid. For example: