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

šŸš€ Coroutine-based concurrency library for PHP

Results 176 swoole-src issues
Sort by recently updated
recently updated
newest added

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. new PDO($dsn, $username, $password, $options); 2....

waiting for user action
waiting on review

Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. ``` php

question

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. Start a swoole_server, with 4 processes,...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. ```php [$response] = Octane::concurrently([ $data =...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I have a GraphQL mutation (running...

I'm checking out how could I approach the fact that MongoDB won't work properly with concurrency. My goal is to set this up on `Tick` that started within `WorkerStart` event....

question

## 1. What did you do? If possible, provide a simple script for reproducing the error. I’m returning connections back to the pool, if exceptions happen. This may happen in...

Please answer these questions before submitting your issue. Thanks! 1. What did you do? If possible, provide a simple script for reproducing the error. I ran into an issue in...

in progress
waiting on review

Hi guys, I'm running multiple Laravel sites / projects on a single server. Is there any way to use Swoole efficiently in this "shared hosting" scenario? Can a single Swoole...

question

Hi Swoole Team, I'm confused with these `enableCoroutine()` and `enable_coroutine`. Like when to use `enableCoroutine()` over `enable_coroutine`? I'm trying to grasp the implementation of coroutine in Swoole Server but I...