uv_write with *nbufs*=2 and named pipes returns UV_ENOTSUP on Windows rc = uv_write(req, handle, &bufs[0], 2, write_cb);
It works well with nbufs=1 and it works well if nbufs=2 with TCP streams. Is this a bug or a limitation? Can we make it accept >1 buffers and call the callback only after the write completed? I only tested on Windows 7 64 bits. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
