diff --git a/System/Abstracts/Pool.php b/System/Abstracts/Pool.php index e1f21db9..a91761eb 100644 --- a/System/Abstracts/Pool.php +++ b/System/Abstracts/Pool.php @@ -134,11 +134,9 @@ abstract class Pool extends Component return $client; } - $this->push($coroutineName, $client); - Context::deleteId('create:connect:' . $coroutineName); - return $this->get($coroutineName)[1]; + return $client; }