laravel-swoole
laravel-swoole copied to clipboard
High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks! (Any **non-English** issues will be closed immediately.) 1. Please provide your PHP and Swoole version....
WARNING Server::check_worker_exit_status(): worker(pid=690, id=14) abnormal exit, status=0, signal=9
Every download request(more than 20MB) gets below warning and doesn't return response. 1. Please provide your PHP and Swoole version. (`php -v` and `php --ri swoole`) **PHP version** PHP 8.0.18...
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks! (Any **non-English** issues will be closed immediately.) 1. Please provide your PHP and Swoole version....
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks! (Any **non-English** issues will be closed immediately.) 1. Please provide your PHP and Swoole version....
I use instanceof Laravel\Lumen\Application for main app class (instanceof instanceof Container class) but you check app instanceof Container class in ```src/Concerns/WithApplication.php``` ``` /** * @return \Illuminate\Contracts\Container\Container|mixed * @throws \ReflectionException */...
Any guys try to run Laravel schedule with Swoole please? You know the `schedule:run` would run very job inside isolated process, which is not not practical, because I got 50,000...
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks! (Any **non-English** issues will be closed immediately.) 1. Please provide your PHP and Swoole version....
Fixes this notice coming from PHP 8.1: ``` strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /var/www/vendor/swooletw/laravel-swoole/src/Transformers/Request.php on line 95 ```
Make sure you read **Issues Guideline** and answer these questions before submitting your issue. Thanks! (Any **non-English** issues will be closed immediately.) 1. Please provide your PHP and Swoole version....