Skip to content

UV and stdin #454

@xtrime-ru

Description

@xtrime-ru

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions