This commit is contained in:
2020-10-28 16:27:48 +08:00
parent 12cbac7fc4
commit 13e46ea86a
+1
View File
@@ -118,6 +118,7 @@ class Producer extends Component
*/
public function onFlush($rk, $timeout)
{
var_dump(func_get_args());
$this->debug(Event::EVENT_AFTER_REQUEST);
$rk->flush($timeout);
}