Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork99
[bugfix] Make possible to create sync tcp-connection#27
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:6.1
Are you sure you want to change the base?
Conversation
Thanks for your pull request! We love contributions. However, this repository is what we call a "subtree split": a read-only copy of one directory of the main Symfony repository. It is used by Composer to allow developers to depend on specific Symfony components. If you want to contribute, you should instead open a pull request on the main repository: https://github.com/symfony/symfony Thank you for your contribution! PS: if you haven't already, please add tests, and beware that bug fixes should be submitted on the lowest maintained branch where they apply. |
On some systems creating async TCP connection results in "failed to open stream: Resource temporarily unavailable" exception. To solve this, added
VAR_DUMPER_ASYNCvariable, which istrueby default, so won't affect default behavior.If one faces "failed to open stream: Resource temporarily unavailable" error, he should add
VAR_DUMPER_ASYNC=0to.envfile, and problem would be solved.