i have made a child process by uv_spawn
and now when i kill the father process, the child process still live.. i want kill the child process when i kill the father process. i use uv_process_kill to kill child process. and i doesn't use UV_PROCESS_DETACHED flag. -- 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 http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/groups/opt_out.
