chrispc
08/16/2021, 3:53 PMalex
08/16/2021, 5:16 PMchrispc
08/16/2021, 5:18 PMalex
08/16/2021, 5:24 PMchrispc
08/16/2021, 5:26 PMalex
08/16/2021, 7:27 PMgrpc
command should not return immediately if the server starts successfully, I am not surprised the second command fails since the server is no longer running if the process exited.
Whatever is going wrong must be cause the server process to exit unexpectedly.
why are you using dynamic port only in windows systemwindows does not support using the file system as a socket, so we have to use a network port
chrispc
08/16/2021, 8:29 PMalex
08/16/2021, 8:57 PMdaniel
08/16/2021, 8:59 PMchrispc
08/16/2021, 10:00 PM