-
Notifications
You must be signed in to change notification settings - Fork 3.6k
stdio_client context manager hangs #360
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.