-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Use non-blocking output for stdout #47
Comments
I suppose this is related to #6, but we'd have to look into this. Do you feel like filing a PR? 👍 For the reference: The |
Working on https://github.com/wyrihaximus/reactphp-psr-3-stdio so yeah I'm up for filing a PR 😀 .
I'm aware, found out that file it from 2014 no worries 👍 |
Note that the two referenced PR's are in I've started working on this 🎉 |
Interesting enough my current local code closes |
Went through the source and came across https://github.com/clue/php-stdio-react/blob/0c9a7fe7a87643499c56dc5af63c3e497b717d79/src/Stdout.php#L11 noting STDOUT is used in a blocking manner. Is there anything special that needs to be done, or can be be wrapped into a
WritableResourceStream
and hooked into the loop easily?The text was updated successfully, but these errors were encountered: