You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the stdio client, if the server process terminates immediately after startup (e.g., due to parameter validation errors), the client cannot promptly detect that the process has exited. However, the client is unable to access the server's stderr output for debugging. Currently, cmd.Wait() is only called in the Close method, lacking early detection of the server process status. At present, I can only set a timeout for Initialize, but this is not a proper solution. I hope this capability can be added as soon as possible.