This commit is contained in:
as2252258@163.com
2021-04-24 20:46:17 +08:00
parent 2ffbea70c8
commit dd5e65b522
2 changed files with 1 additions and 6 deletions
+1 -3
View File
@@ -92,9 +92,7 @@ class OnPipeMessage extends Callback
{
[$topic, $rdMessage] = $message['body'];
$message['handler'][0]->setParams(new Struct($topic, $rdMessage));
call_user_func($message['handler']);
call_user_func($message['handler'], new Struct($topic, $rdMessage));
return 'success';
}