We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
localhost
1 parent 8583a57 commit 280b10dCopy full SHA for 280b10d
1 file changed
lib/device-sockets/ios/app-debug-socket-proxy-factory.ts
@@ -157,7 +157,6 @@ export class AppDebugSocketProxyFactory
157
let currentWebSocket: ws = null;
158
const server = new ws.Server(<any>{
159
port: localPort,
160
- host: "localhost",
161
verifyClient: async (
162
info: any,
163
callback: (res: boolean, code?: number, message?: string) => void
0 commit comments