zarte

Results 7 comments of zarte

楼上的,你这是伪需求。

@inhere 嗯,log注释掉就可以了

@inhere 2.0.8 对应的cookie删掉了 ``` public static function encode($value, int $options = 0, int $depth = 512): string { $json = json_encode($value, $options, $depth); if (JSON_ERROR_NONE !== json_last_error()) { var_dump($value); throw...

@zch513430014 $chan = new Channel(3); foreach ($gamelist as $gameid) { if ($chan->push(1, (float)1800)) { sgo(function () use ($chan,$gameid) { $chan->pop((float)180); },false) } } while (!$chan->isEmpty()){ Coroutine::sleep(5); }

@inhere 是的。文件一样,一个在data一个在logic

@inhere use App\Model\Logic\TaskLogic; 这个没用么? 还有就是如果一个在/test/logic一个在/logic下启动的时候就会报错。那在data与logic的应该也能优化下报错吧。