Skip to content

Commit 67157ac

Browse files
committed
fix:switch $task_worker->run() to Worker::runAll()
1 parent 61b5eae commit 67157ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/AsyncTaskService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@ public function start(string $host, int $port, array $option = []){
9999
}
100100
$connection->close();
101101
};
102-
$task_worker->run();
102+
Worker::runAll();
103103
}
104104
}

0 commit comments

Comments
 (0)