-
Notifications
You must be signed in to change notification settings - Fork 322
Closed
Description
- Octane Version: 0.1.0
- Laravel Version: 8.12
- PHP Version: 8.0.3
- Database Driver & Version:
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);
if ($watcher->isRunning() &&
$watcher->getIncrementalOutput()) {
$this->info('Application change detected. Restarting workers…');
$inspector->reloadServer('/');
}
usleep(500 * 1000);
}`
Steps To Reproduce:
Metadata
Metadata
Assignees
Labels
No labels