-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stdio_client context manager hangs #360
Comments
this prints |
One could argue that's per design since |
Can you check with most recent master if it's fixed. I think #325 already addresses the issue |
@dsp-ant Same problem still. |
The proposed fix #361 still works fwiw, but I understand it's a bit of a workaround and not addressing the underlying issue. |
I disagree, but can move that discussion to a different issue. For example, the server might want to exit if it gets an uncaught exception (the current bug I'm facing), but even in normal circumstances, it could be checked into your repo and you switch commits, so it needs to restart a different version. For the LSP, vscode-languageclient respawns the server when it exits. |
Describe the bug
When using the stdio_client context manager, the process is never cleaned up.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The program would print:
But it never exits the stdio_client context.
The text was updated successfully, but these errors were encountered: