We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3acb47 commit a82b4f1Copy full SHA for a82b4f1
lib/device-sockets/ios/socket-proxy-factory.ts
@@ -85,6 +85,7 @@ export class SocketProxyFactory extends EventEmitter implements ISocketProxyFact
85
86
const server = new ws.Server(<any>{
87
port: localPort,
88
+ host: "localhost",
89
verifyClient: async (info: any, callback: Function) => {
90
this.$logger.info("Frontend client connected.");
91
let _socket;
0 commit comments