node-http-proxy icon indicating copy to clipboard operation
node-http-proxy copied to clipboard

how to access clients list from proxy

Open mohamadpk opened this issue 3 years ago • 0 comments
trafficstars

hi. how i can access to list of clients ? var proxy = httpProxy.createProxyServer({ws: true});

how ?

proxy.ws.clients is undefined. req.socket.server has no clients anywhere . i need to foreach on my clients and close many of them

mohamadpk avatar Dec 23 '21 10:12 mohamadpk