Deeka Wong

Results 23 issues of Deeka Wong

Please answer these questions before submitting your issue. 1. What did you do? If possible, provide a simple script for reproducing the error. ```php $client = new \Swoole\Coroutine\Http\Client($host = 'www.qq.com',...

```php // routes/web.php $router->get('/', function() { $tasks[] = mt_rand(1000, 9999); //任务1 $tasks[] = mt_rand(1000, 9999); //任务2 $tasks[] = mt_rand(1000, 9999); //任务3 var_dump($tasks); //等待所有Task结果返回,超时为10s $results = app('swoole')->taskWaitMulti($tasks, 10.0); if (! isset($results[0]))...

Make the variable name is same as Process.

|版本/分支|workerman/workerman约束| |--|--| |3.0.27|`workerman/workerman: ^4.0.0 \|\| ^5.0.0`| |3.x|`workerman/workerman: ^4.0.30`| 这个约定不一致,略坑。

https://github.com/briannesbitt/Carbon/issues/2948

## 环境 - PHP ```bash $ php -v PHP 8.1.4 (cli) (built: Mar 18 2022 09:46:02) (NTS) Copyright (c) The PHP Group Zend Engine v4.1.4, Copyright (c) Zend Technologies with...

https://github.com/openzipkin/zipkin-php/releases/tag/3.1.0 Can this component also release a new version?