Skip to content
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

Fix stdout/stderr buffering on Windows #73

Merged
merged 2 commits into from
Oct 1, 2023
Merged

Fix stdout/stderr buffering on Windows #73

merged 2 commits into from
Oct 1, 2023

Conversation

tristanlabelle
Copy link
Collaborator

From the spawn documentation, the process can be starved if no one is reading its stdout/stderr, so attach a handler for this purpose. This also ensures that types end up as expected by processHandler.

Copy link
Owner

@vknabel vknabel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review and thanks for your PR and work!

@vknabel vknabel merged commit abc4118 into vknabel:master Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants