zarte

Results 10 issues of zarte

``` $wg = new WaitGroup(); foreach ($dataArr as $v){ $wg->add(); sgo(function () use ($wg) { $wg->done(); }); } ``` 想实现new WaitGroup(10);控制并发数10 达到的情况下add()会自动阻塞等待

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? | no | Swoft version | 2.0.10v **Describe the bug** co:multi()未调用Context::getWaitGroup()->wait()会导致协程无法释放。 **Expected behavior** sgo参数设置为true,或者调用Context::getWaitGroup()->wait();...

``` ERROR php_swoole_server_rshutdown (ERRNO 503): Fatal error: Uncaught ErrorException: Uncaught InvalidArgumentException: json_encode error: Malformed UTF-8 characters, possibly incorrectly encoded in /mnt/vdc/wwwroot/dbbackweb/swoft/vendor/swoft/stdlib/src/Helper/JsonHelper.php:58 Stack trace: #0 /mnt/vdc/wwwroot/dbbackweb/swoft/vendor/swoft/websocket-server/src/Connection.php(223): Swoft\Stdlib\Helper\JsonHelper::encode(Array) #1 /mnt/vdc/wwwroot/dbbackweb/swoft/vendor/swoft/framework/src/Concern/AbstractSessionManager.php(83): Swoft\WebSocket\Server\Connection->toString() #2...

swoft: db
swoft: websocket

php test/run.php -c phpunit.xml 异常:RuntimeException: context information has been lost of the coID: 1 ··· test文件: ```php $bean = bean(DelFileLogic::class); $this->assertSame(1, $bean->delMulSearchFile(),'删除文件失败'); logic: try{ .... }catch (\Exception $e){ CLog::info($e->getMessage(), date('Y-m-d...

··· if (!\ini_get('sdebug.coverage_enable')) { //返回false throw new RuntimeException('sdebug.coverage_enable=On has to be set in php.ini'); } ··· 试过其他配置项也是无法获取

swoft: config

| Q | A | ------------------- | ----- | Bug report? | yes | Feature request? |no | Swoft version | v2.0.7 | Swoole version | 4.4.17 | PHP version...

question: usage

通过/preview/project接口获取到页面信息后创建vue对象,页面不能正常渲染 allRoutes 中 children: [...routes, ...noRoutePages] 与预览页内容一致。 vue2.5

Todo
to be discussed

目前还没有纯go的

bk-iam-saas-1.5.10的源码改了前端部分后怎么打包成可以用的smart包,其他代码没变动。