> duplicate the socket over the file descriptor when passing over Unix Socket
Opened this issue · 0 comments
Notting70 commented
> duplicate the socket over the file descriptor when passing over Unix Socket
Typically you just close the extra file descriptor after sending a copy of it over the unix socket.
Originally posted by @vi in #5 (comment)