SocketCluster / socketcluster

Highly scalable realtime pub/sub and RPC framework
https://socketcluster.io
MIT License
6.15k stars 314 forks source link

is it possible to --inspect-workers and bind to 0.0.0.0 for remote debugging? #510

Open seiyria opened 5 years ago

seiyria commented 5 years ago

Looking here I'm led to believe that I can specify the port, but not bind to allow external connections (maybe?). I've tried to connect to mydomain.com:5859 but chromes remote debugger never picks anything up. Is there something else I need to do?

I'm using Dokku to host my application on a server, so if it should allow external connections, it's possible some proxying is needed? This is my current line of investigation.