改名
This commit is contained in:
@@ -40,7 +40,13 @@ class ServerManager
|
|||||||
return $data;
|
return $data;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return $server->start();
|
$server->start();
|
||||||
|
|
||||||
|
do {
|
||||||
|
|
||||||
|
} while (true);
|
||||||
|
|
||||||
|
return 1;
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
echo $exception->getMessage() . PHP_EOL;
|
echo $exception->getMessage() . PHP_EOL;
|
||||||
return $pool->shutdown();
|
return $pool->shutdown();
|
||||||
|
|||||||
Reference in New Issue
Block a user