This commit is contained in:
2021-02-25 13:35:48 +08:00
parent d4ba31706c
commit 15ed8e9f5c
5 changed files with 237 additions and 188 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ abstract class Pool extends Component
}
if (!Context::hasContext('create::client::ing::' . $name)) {
$this->push($name, $this->createClient($name, $callback));
Context::deleteContext('create::client::ing::' . $name);
Context::remove('create::client::ing::' . $name);
}
}