From 093dbc986ec0b1e46b0422b759be887b76dcc0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 16 Feb 2021 23:54:33 +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 + 1 file changed, 1 insertion(+) diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index 2d58281f..d1115125 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -130,6 +130,7 @@ abstract class Pool extends Component while (!($client = Context::getContext($coroutineName))){ var_dump($client); } + var_dump($client); return $client; } Context::setContext('create:connect:' . $coroutineName, 1);