This commit is contained in:
as2252258@163.com
2021-04-11 18:32:56 +08:00
parent 8ca36d47d9
commit 2aa54fb037
+1 -1
View File
@@ -38,7 +38,7 @@ class TaskContainer extends BaseObject
public function process($topic, Struct $struct)
{
$handler = $this->_topics[$topic] ?? null;
var_dump($handler, $struct);
var_dump($this->_topics, $topic, $struct);
if (empty($handler)) {
return;
}