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

Can't get output from process #1

Closed
sandrokeil opened this issue Feb 22, 2017 · 0 comments
Closed

Can't get output from process #1

sandrokeil opened this issue Feb 22, 2017 · 0 comments
Assignees
Labels

Comments

@sandrokeil
Copy link

I can't get the response from the process, independent of sync or async call. I use Socket connection and the access log looks good so far. Here is the "worker script":

<?php

declare(strict_types=1);

echo "Hello World";

The response with async is and on sync '' . "\0" . '' . "\0" . ''. Looks like the stream can not be read successfully.

@hollodotme hollodotme self-assigned this Feb 22, 2017
@hollodotme hollodotme added the bug label Feb 22, 2017
@hollodotme hollodotme added this to the v1.0.1 / v2.0.1 milestone Feb 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants