Hi all,
We have an issue where passing a socket over a pipe leads to a duplication of file handles (same handle) to the one socket. Once the socket closes, the process / thread that was passed the socket sees the socket close, however libuv holds a reference to the socket which remains in CLOSE_WAIT status Please have a read of https://github.com/cotag/spider-gazelle/issues/20 for more detailed information. Closing the socket on the sender thread seems like a bad idea, how should this be handled? -- 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/d/optout.
