From fb14108d5644b68d45074e04df5e493d56555992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20de=20Dios=20Mart=C3=ADnez=20Vallejo?= Date: Tue, 13 Feb 2024 16:07:33 +0100 Subject: [PATCH] fix host localhost --- lib/device-sockets/ios/app-debug-socket-proxy-factory.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/device-sockets/ios/app-debug-socket-proxy-factory.ts b/lib/device-sockets/ios/app-debug-socket-proxy-factory.ts index 4e1738d217..3f83fcbaad 100644 --- a/lib/device-sockets/ios/app-debug-socket-proxy-factory.ts +++ b/lib/device-sockets/ios/app-debug-socket-proxy-factory.ts @@ -157,7 +157,6 @@ export class AppDebugSocketProxyFactory let currentWebSocket: ws = null; const server = new ws.Server({ port: localPort, - host: "localhost", verifyClient: async ( info: any, callback: (res: boolean, code?: number, message?: string) => void