-
Notifications
You must be signed in to change notification settings - Fork 743
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
PHP CLI hangs after executing the example code. #712
Comments
Are you referring to this example: http://socketo.me/docs/hello-world? |
@mbonneau I'm having the same issue. Regarding both that example and the current one in this project's README. Running the script from CLI, as well as with php error reporting on, ... and it just ... nothing. blank. it just hangs. |
@pureche I got everything to work with the example script from socketo, modified to my needs. I think I had incorrectly assumed that there would be an opening CLI status message or something. Maybe that's what you're experiencing as well. |
@paamayim I actually tried to put some echos in there to just make sure it's not hanging, and mine was ... maybe we had different problems. idk, but congrats. Glad to hear yours is working. |
@pureche - If you are running the |
Running everything on raspberry pi 3b with latest updates.
Trying to run the example code from the README file.
$ php chat.php
It gets stuck here forever after executing the php command.
No error, no nothing.
Anything I'm doing wrong?
The text was updated successfully, but these errors were encountered: