有個(gè)費(fèi)時(shí)間的任務(wù), 下面寫(xiě)法,在workerman正常, 但是Gateway中,BusinessWorker馬上就變繁忙 $task_connection = new AsyncTcpConnection('Text://127.0.0.1:1621'); $task_connection->send($data); $task_connection->on...
$ws_worker->onMessage = function($connection, $data) { // 向客戶(hù)端發(fā)送hello $data //$connection->send('hello ' . $data); 這里可以寫(xiě)mysql鏈接寫(xiě)入數(shù)據(jù)嗎? };...