laravel-swoole icon indicating copy to clipboard operation
laravel-swoole copied to clipboard

High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.

Results 48 laravel-swoole issues
Sort by recently updated
recently updated
newest added

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....

bug
to be verified

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...

to be verified

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...

question

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....

to be verified

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...

enhancement

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...

question
unable to reproduce
to be verified

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....

bug
to be verified

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...

to be verified

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...

bug