改名
This commit is contained in:
@@ -72,12 +72,12 @@ trait Action
|
|||||||
* @return void
|
* @return void
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
private function close($server)
|
private function close(\HttpServer\Server $server)
|
||||||
{
|
{
|
||||||
echo 'waite.';
|
echo 'waite.';
|
||||||
while ($server->isRunner()) {
|
while ($server->isRunner()) {
|
||||||
echo '.';
|
echo '.';
|
||||||
$pods = glob(storage('workerIds') . '/*');
|
$pods = glob(storage('worker') . '/*');
|
||||||
if (count($pods) < 1) {
|
if (count($pods) < 1) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user