How to solve SLNet – service not able to start: “WaitUntilPortIsAvailable 9004 to become available”?
18th August 2020
You can check if a process is using the port that SLNet is waiting on. My favourite way to do this is with following powershell command: > netstat -abon | …