Accept IPC pipe, from client socket
Hi.
I try send IPC pipe from foreign process, to lua process by unix socket.
Foreign process used method uv_write2(lua_pipe, buff, ips_pipe) from libuv
http://docs.libuv.org/en/v1.x/stream.html#c.uv_write2
In lua script error: calling 'accept' on bad self (unix{server} expected, got unix{master})
How to accept IPC pipe, from client socket?
Thank.
I don't know anything about libuv. You can probably try to hack something together using setfd(), but maybe you should just write some C to support this kind of exchange.
Anything further needed here?
We're reviewing open items in preparation for a release. If action is needed here, please add a comment. Otherwise, this issue will be closed on or after 24-Feb-2019.
Thanks!