socket.connect(path[, connectListener])


在给定的套接字上发起 IPC 连接。

socket.connect(options[, connectListener]) 的别名被称为 { path: path } 作为 options

Initiate an IPC connection on the given socket.

Alias to socket.connect(options[, connectListener]) called with { path: path } as options.