http_server']->shutdown(); exit(0); }); $http_server->start(); } pcntl_waitpid($pid, $status); printf("%f %6u - master process detected child exit()\n", microtime(true), getmypid()); sleep(1); $ php swoole-fork-before-http-server.php 1523397605.432277 81105 - master process ...
RuntimeException Unable to write to process ID file. at vendor/laravel/octane/src/Swoole/ServerStateFile.php:62 58▕ */ 59▕ public function writeState(array $newState): void 60▕ { 61▕ if (! is_writable($this->path) && ! is_writable(dirname($this->path))) { ➜ 62▕ throw ne...