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