Closed bdlogicalerror closed 3 years ago
After changes any file Server Crash And Too few arguments to function Laravel\Octane\RoadRunner\ServerProcessInspector::reloadServer(), 0 passed
i figure out the solution octane/src/Commands/Concerns/InteractsWithServers.php on line 54 need to pass any slug.
` while ($server->isRunning()) { $this->writeServerOutput($server);
if ($watcher->isRunning() && $watcher->getIncrementalOutput()) { $this->info('Application change detected. Restarting workers…'); $inspector->reloadServer('/'); } usleep(500 * 1000); }`
Let's see how the pr goes
Can you test https://github.com/laravel/octane/pull/177 ?
Description:
After changes any file Server Crash And Too few arguments to function Laravel\Octane\RoadRunner\ServerProcessInspector::reloadServer(), 0 passed
i figure out the solution octane/src/Commands/Concerns/InteractsWithServers.php on line 54 need to pass any slug.
` while ($server->isRunning()) { $this->writeServerOutput($server);
Steps To Reproduce: