Skip to content

Commit 9cacb6c

Browse files
committed
chore: adjust clientside only
1 parent 6769556 commit 9cacb6c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

lib/common/services/net-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class Net implements INet {
7676
server.close();
7777
});
7878

79-
server.listen(port, "127.0.0.1");
79+
server.listen(port, "localhost");
8080
});
8181
}
8282

lib/device-sockets/ios/app-debug-socket-proxy-factory.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ export class AppDebugSocketProxyFactory
156156
let currentAppSocket: net.Socket = null;
157157
let currentWebSocket: ws = null;
158158
const server = new ws.Server(<any>{
159-
host: "127.0.0.1",
160159
port: localPort,
161160
verifyClient: async (
162161
info: any,

0 commit comments

Comments
 (0)