This commit is contained in:
as2252258@163.com
2021-04-12 02:55:12 +08:00
parent 59c70095ba
commit f08fd0a7b8
6 changed files with 99 additions and 157 deletions
-1
View File
@@ -48,7 +48,6 @@ class TaskContainer extends BaseObject
public function process($topic, Struct $struct)
{
$handler = $this->_topics[$topic] ?? null;
var_dump($this->_topics, $topic, $struct);
if (empty($handler)) {
return;
}