How to use SWOOLE_IPC on process manager ? #4714
Unanswered
LAGGOUNE-Walid
asked this question in
Q&A
Replies: 2 comments 1 reply
-
You are just missing a listener for the messages, so the processes can communicate between each other by message-passing: $pm->on('message', function (Pool $pool, string $data) {
}); |
Beta Was this translation helpful? Give feedback.
1 reply
-
I also have this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error:
Beta Was this translation helpful? Give feedback.
All reactions