Right now, the sdsio-server port and the clients port used to connect to the server are both hard coded to 6060. This might be problematic if the port is already used or blocked by any other means.
We should
- Check the default port if it's available and move to a different one in case the default port is blocked
- Make the default port configurable via vscode global .settings
Additional Information
No response
Right now, the sdsio-server port and the clients port used to connect to the server are both hard coded to 6060. This might be problematic if the port is already used or blocked by any other means.
We should
Additional Information
No response