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

STDIO streams should be readable or writable, but not duplex #30

Closed
clue opened this issue Mar 10, 2017 · 1 comment · Fixed by #38
Closed

STDIO streams should be readable or writable, but not duplex #30

clue opened this issue Mar 10, 2017 · 1 comment · Fixed by #38
Assignees
Milestone

Comments

@clue
Copy link
Member

clue commented Mar 10, 2017

Currently, all STDIO streams are exposed as duplex streams, which means that e.g. the $process->stdout->isWritable() returns true, which doesn't make much sense obviously.

@clue clue added this to the v0.5 milestone Mar 10, 2017
@WyriHaximus WyriHaximus self-assigned this Jun 5, 2017
@WyriHaximus
Copy link
Member

Currently working on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants