You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With swoole certain operations could only happen before the server start. (one example is - one can only add swoole processes to swoole server before server starts.)
For this reason I think it would be worthwhile to add BeforeServerStartEvent.
Could probably be easily addressed in Mezzio\Swoole\SwooleRequestHandlerRunner:
Feature Request
Summary
With swoole certain operations could only happen before the server start. (one example is - one can only add swoole processes to swoole server before server starts.)
For this reason I think it would be worthwhile to add BeforeServerStartEvent.
Could probably be easily addressed in Mezzio\Swoole\SwooleRequestHandlerRunner:
The text was updated successfully, but these errors were encountered: