Skip to content

Commit

Permalink
fix(debug-ios): don't explicitly bind ws to localhost (#5788)
Browse files Browse the repository at this point in the history
  • Loading branch information
vallemar committed Feb 23, 2024
1 parent 8583a57 commit 280b10d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/device-sockets/ios/app-debug-socket-proxy-factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export class AppDebugSocketProxyFactory
let currentWebSocket: ws = null;
const server = new ws.Server(<any>{
port: localPort,
host: "localhost",
verifyClient: async (
info: any,
callback: (res: boolean, code?: number, message?: string) => void
Expand Down

0 comments on commit 280b10d

Please sign in to comment.