We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1d39d commit 08eb7f3Copy full SHA for 08eb7f3
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