問(wèn)題描述 這里寫(xiě)問(wèn)題描述 自動(dòng)重連,這里的first_connect為啥不會(huì)重新賦值呢 $async->onConnect = function (\Workerman\Connection\AsyncTcpConnection $asyncTcpConnection) { static $first_connect = false; var_dump($first_connect); if (!$firs...