You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When running examples/01-query.php this file I am getting error as Argument 1 passed to React\Socket\HappyEyeBallsConnectionBuilder::React\Socket{closure}() must be of the type array, null given, called in
The text was updated successfully, but these errors were encountered:
Argument 1 passed to React\Socket\HappyEyeBallsConnectionBuilder::React\Socket{closure}() must be of the type array, null given, called in /opt/lampp/htdocs/learning/m/vendor/react/promise/src/FulfilledPromise.php on line 25 and defined in /opt/lampp/htdocs/learning/m/vendor/react/socket/src/HappyEyeBallsConnectionBuilder.php on line 68
@satishtaluru Thanks for reporting, this is indeed a bug in the underlying react/socket component that will only be shown when using legacy PHP 5.
I've just filed reactphp/socket#230 to fix this underlying issue 👍 In the meantime, we highly recommend using the latest PHP version in which case this error will not be shown.
Hi,
When running examples/01-query.php this file I am getting error as Argument 1 passed to React\Socket\HappyEyeBallsConnectionBuilder::React\Socket{closure}() must be of the type array, null given, called in
The text was updated successfully, but these errors were encountered: