This commit is contained in:
2021-07-05 11:07:18 +08:00
parent c17e829f75
commit d98392b6af
+1 -1
View File
@@ -73,7 +73,7 @@ abstract class Pool extends Component
/** /**
* @throws Exception * @throws Exception
*/ */
public function Heartbeat_detection(string $name, bool $isMaster) public function Heartbeat_detection($ticker, string $name, bool $isMaster)
{ {
$name = $this->name('', $name, $isMaster); $name = $this->name('', $name, $isMaster);
if (env('state') == 'exit') { if (env('state') == 'exit') {