This commit is contained in:
2021-03-23 16:38:12 +08:00
parent ed75975b2a
commit aa3da9e0e1
2 changed files with 4 additions and 6 deletions
+4
View File
@@ -42,6 +42,10 @@ class Producer extends Component
$this->consumers[$name] = $handler[0];
$this->producers[$name] = $node;
if ($handler[0] instanceof IProducer) {
$handler[0]->initClient();
}
}