客户端请求 use Workerman\Worker; use \Workerman\Connection\AsyncTcpConnection; require 'vendor/autoload.php'; $worker = new Worker(); $worker->onWorkerStart = function(){ for($i=0;$i<10;$i++){ $tas...