think-swoole
think-swoole copied to clipboard
Swoole extend for thinkphp
Results
12
think-swoole issues
Sort by
recently updated
recently updated
newest added
tp 6.1.4 swoole 4.8.3 think-swoole 4.0 symfony/process 4.2.12 1 select 一个list 2 将list 存入cache redis 3 从cache redis 获取 list 稍微一点并发 出现proc_get_status(): supplied resource is not a valid process/coroutine resource...
### 场景 同一套代码,可以跑不同的配置 理想情况是 修改 config/swoole.php 的 http.port 写到 env 里面 ```php 'http' => [ 'enable' => true, 'host' => '0.0.0.0', 'port' => env('SWOOLE_PORT', 8080), 'worker_num' => swoole_cpu_num(), 'options' =>...