Every time I restart the server I get the following error, Restarting the VPS fixes it but I checked using netstat and the port is not in use.
Listening on socket failed - libuv error address already in use.
net-tcp-server failed to create server: couldn’t listenCould not bind MultiplexTcpServer to 0.0.0.0:30120.
Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?
so when you restart the machine, and do netstat -an | findstr “30120” (i’m assuming you are on windows?), you don’t get a response? Is this running as a registered service or is the shortcut in the Windows startup folder?
Then when you attempt to start, you get…
Listening on socket failed - libuv error address already in use.
net-tcp-server failed to create server: couldn’t listenCould not bind MultiplexTcpServer to 0.0.0.0:30120.
Could not bind on 0.0.0.0:30120 - is this address valid and not already in use?