This commit is contained in:
2021-02-15 10:46:06 +08:00
parent 14316d56ed
commit 00a43a2563
+1 -3
View File
@@ -134,11 +134,9 @@ abstract class Pool extends Component
return $client; return $client;
} }
$this->push($coroutineName, $client);
Context::deleteId('create:connect:' . $coroutineName); Context::deleteId('create:connect:' . $coroutineName);
return $this->get($coroutineName)[1]; return $client;
} }