Skip to content

Commit 280b10d

Browse files
authored
fix(debug-ios): don't explicitly bind ws to localhost (#5788)
1 parent 8583a57 commit 280b10d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export class AppDebugSocketProxyFactory
157157
let currentWebSocket: ws = null;
158158
const server = new ws.Server(<any>{
159159
port: localPort,
160-
host: "localhost",
161160
verifyClient: async (
162161
info: any,
163162
callback: (res: boolean, code?: number, message?: string) => void

0 commit comments

Comments
 (0)