-
-
Notifications
You must be signed in to change notification settings - Fork 261
Open
Description
When using uv-beta reading stdin stream causes php process to exit with code 157.
The follwing code will exit with 157 exit code immidiatly after fist symbol is typed.
$test = \Amp\ByteStream\getStdin()->read();
var_dump($test);
With other drivers (including default and ev + eio) code works as expected.
Metadata
Metadata
Assignees
Labels
No labels