提交 6a8e3146 编写于 作者: X xzper 提交者: GitHub

Fixed #13670

上级 bbda5921
......@@ -58,7 +58,7 @@ function doFindFreePort(startPort: number, giveUpAfter: number, clb: (port: numb
return clb(startPort);
});
client.connect(startPort);
client.connect(startPort, '127.0.0.1');
}
function dispose(socket: net.Socket): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册