We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encountered this error during testing locally with $ katana service action via CLI:
$ katana service action
Callback error: Language error (shutdown) (1) Uncaught ZMQSocketException: Failed to get the option ZMQ::SOCKOPT_EVENTS value: Interrupted system call in /vendor/react/zmq/src/React/ZMQ/SocketWrapper.php:35 Stack trace: #0 /vendor/react/zmq/src/React/ZMQ/SocketWrapper.php(35): ZMQSocket->getsockopt(15) #1 [internal function]: React\ZMQ\SocketWrapper->handleEvent(Resource id #44, Object(React\EventLoop\StreamSelectLoop)) #2 /vendor/react/event-loop/src/StreamSelectLoop.php(236): call_user_func(Array, Resource id #44, Object(React\EventLoop\StreamSelectLoop)) #3 /vendor/react/event-loop/src/StreamSelectLoop.php(205): React\EventLoop\StreamSelectLoop->waitForStreamActivity(98379) #4 /vendor/kusanagi/katana-sdk-php7/src/Executor/ZeroMqLoopExecutor.php(146): React\EventLoop\StreamSelectLoop->ru...
This happened randomly during various calls, with no change to the configuration or source code.
This was using version 1.1.12 of the framework, with system info below:
Linux work 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I encountered this error during testing locally with
$ katana service action
via CLI:This happened randomly during various calls, with no change to the configuration or source code.
This was using version 1.1.12 of the framework, with system info below:
The text was updated successfully, but these errors were encountered: