Results 3 issues of Candivan

autojs版本 4.1.1a Alpha2 读取抖音的收益页面,布局不一样 ![WechatIMG280](https://user-images.githubusercontent.com/26474092/118467772-adfba800-b736-11eb-8781-858df95b4804.jpeg)

let list = ctrl.findByText(s1); console.log(list); list.forEach(function(tv){ }); 下面是list的打印内容 [com.stardust.automator.UiObject@29f8c2; boundsInParent: Rect(0, 41 - 65, 57); boundsInScreen: Rect(44, 1045 - 222, 1089); packageName: com.ss.android.ugc.aweme.lite; className: android.view.View; text: 2021-04-30; contentDescription: null; viewId:...

bug
on progress

swoole version 4.6.2 php version 7.4.14 easyswoole version 3.4.3-dev 'TASK' => [ 'workerNum' => 1, 'maxRunningNum' => 2, //这边设置2 下面例子测试100个 只有两个是正常的 其他都是返回-2 'timeout' => 1, ] ` class CustomTask implements...