diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 0f13f56a..e2b97301 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -73,7 +73,7 @@ abstract class Pool extends Component /** * @throws Exception */ - public function Heartbeat_detection(string $name, bool $isMaster) + public function Heartbeat_detection($ticker, string $name, bool $isMaster) { $name = $this->name('', $name, $isMaster); if (env('state') == 'exit') {