modify
This commit is contained in:
@@ -76,7 +76,7 @@ class OnWorkerStart extends Callback
|
|||||||
Coroutine::sleep(0.01);
|
Coroutine::sleep(0.01);
|
||||||
} while (true);
|
} while (true);
|
||||||
}
|
}
|
||||||
$server->stop($workerId);;
|
$server->stop();;
|
||||||
} catch (\Throwable $exception) {
|
} catch (\Throwable $exception) {
|
||||||
$this->addError($exception);
|
$this->addError($exception);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user