Open happilymarrieddad opened 5 years ago
Maybe something like `Attempted to connect to 'some DNS.com' or something like that.
@happilymarrieddad Socket hung up can also happen on sudden disconnect; not only for failed connect attempts. But I guess it might help to improve the error message to give more details about the host/port.
In the meantime you can use socket.options
to check where it was trying to connect. There should the the hostname and port in there.
ok cool thanks!
Hello, I've been trying to dockerize a really old socketcluster app that we have here and it keeps trying to connect to some other service... I can't find in the code where this is happening. Is there a way to show what endpoint it is trying to connect to? I think if I knew what it was trying to do then it would be a lot easier to diagnosis where this is failing. Thanks!