作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3268
... ... @@ -34,6 +34,7 @@ class SyncFile extends Command
public function handle(){
while (true){
$task_id = $this->getTaskId();
echo "task_id:$task_id\n";
if(empty($task_id)){
sleep(100);
continue;
... ...