start IPC fails because the address is still in use. why ?
https://nodejs.org/api/net.html#net_identifying_paths_for_ipc_connections In short, a UNIX domain socket once successfully created will be visible in the filesystem, and will persist until unlinked.
Обсуждают сегодня