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....
1. PHP 8, swoole 4.6.6 2. Laravel 8 3. 2.8.1 4. When i send emit to concrete user, message sent to current user + my id; 5. I upload images...
Please provide your PHP and Swoole version. PHP 7.4.11, Swoole 4.5.4 Please provide your Laravel/Lumen version. 8.11.2 Which release version of this package are you using? 2.6.68 What did you...
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....
Currently, there is no way to bind events on the server instance, as there is no way to retrieve it in a 'created, but not started yet' state. Therefore I...
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....
1. Please provide your PHP and Swoole version. (`php -v` and `php --ri swoole`) PHP Version 7.3.16 swoole 4.5.7 2. Please provide your Laravel/Lumen version. laravel v5.5.48 3. Which release...
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....
Hi! I caught errors when starting the server and refresh the page quickly. The problem answer is different timing to start-up onRequest and onWorkerStart. The `bindToLaravelApp` is not called by...
Hello! Anyone knows how to share same singletone instance between requests in same thread with laravel AppServiceProvider? Now i’m saving singletone instance into static class property but for me it...