This commit is contained in:
2020-12-15 17:37:44 +08:00
parent 28c0de8cf2
commit 9f4d42ccfc
+1 -1
View File
@@ -68,7 +68,7 @@ class OnMessage extends Callback
if ($node === null) {
throw new Exception('Page not found.');
}
return $node->dispatch($server, $frame);
return $node->dispatch($frame, $server);
}
}