laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.78k stars 296 forks source link

Octane Server (Swoole) error after upgrading facade/ignition (2.11.0 => 2.11.1) #349

Closed emaia closed 3 years ago

emaia commented 3 years ago

Description:

After upgrading facade/ignition from 2.11.0 to 2.11.1 laravel octane server stops to work and throw this error loop on terminal:

Call to protected method Facade\Ignition\IgnitionServiceProvider::resetFlare() from scope Illuminate\Events\Dispatcher

  at vendor/laravel/framework/src/Illuminate/Events/Dispatcher.php:392
    388▕             if ($wildcard) {
    389▕                 return $listener($event, $payload);
    390▕             }
    391▕
  ➜ 392▕             return $listener(...array_values($payload));
    393▕         };
    394▕     }
    395▕
    396▕     /**

   Error

If revert facade/ignition to 2.11.0 it works again.

Steps To Reproduce:

driesvints commented 3 years ago

Best to open up a ticket on the ignition tracker.