From 097368af8f99e158074f40533bf3502828b74c58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Sat, 20 Feb 2021 13:40:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/Pool.php | 1 + System/Pool/Timeout.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 376f29af..672e3e0a 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -132,6 +132,7 @@ abstract class Pool extends Component return; } + var_dump($coroutineName); if ($this->creates === -1) { $this->creates = Timer::tick(1000, [$this, 'Heartbeat_detection']); } diff --git a/System/Pool/Timeout.php b/System/Pool/Timeout.php index 077f8afa..23380dfe 100644 --- a/System/Pool/Timeout.php +++ b/System/Pool/Timeout.php @@ -40,7 +40,6 @@ trait Timeout { $channels = $this->getChannels(); foreach ($channels as $name => $channel) { - $this->debug('release ' . $name); $this->pop($channel, $name, $retain_number); } if ($retain_number == 0) {