help me: I use swoole_process in laravel"s artisan command program. When you create a process and use [$this, "functionName"] as a callback function, you can see why the execution failed. See the error in the picture that this method does not exist. Swoole"s official demo is all used as a callback function in the form of closures, but it can be run by using class methods as callbacks, and colleagues" demo can run normally.
ask for guidance.