Skip to content

fix: read stdout/stderr in parallel#59

Merged
43081j merged 1 commit intomainfrom
fix-streams
Nov 4, 2025
Merged

fix: read stdout/stderr in parallel#59
43081j merged 1 commit intomainfrom
fix-streams

Conversation

@43081j
Copy link
Member

@43081j 43081j commented Nov 4, 2025

Some nonsense happens when you read one after the other, which sometimes
results in one never closing (the for loop never ends).

This fixes it by running both in parallel.

Some nonsense happens when you read one after the other, which sometimes
results in one never closing (the for loop never ends).

This fixes it by running both in parallel.
@43081j 43081j merged commit 420b973 into main Nov 4, 2025
7 checks passed
@43081j 43081j deleted the fix-streams branch November 4, 2025 19:03
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.

1 participant