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
I don't know Where does the `worker` property value of $workerState set ? How do it ?
What did you see instead?
I echo $workerState->workerId , value is always 12 , because dispatch_mode default 2. but , when worker is setted and how?
Can you provide some hints or suggestions for understanding this logic? thks very mush.
What version of OpenSwoole are you using (show your php --ri openswoole)?
22.0.0
What is your machine environment used (show your uname -a & php -v & gcc -v) ?
Reactor threads are created in the Master process to handle client side network connections and network I\O.
So , request callback will execute from reactor thread , then callback function will execute from work process , won't it ?
php --ri openswoole
)?uname -a
&php -v
&gcc -v
) ?You can also try the following OpenSwoole support channels:
The text was updated successfully, but these errors were encountered: