This commit is contained in:
2020-10-28 16:40:53 +08:00
parent 5252e3b836
commit 4aababe7c5
+1
View File
@@ -119,6 +119,7 @@ class Producer extends Component
*/
public function onFlush($rk, $timeout)
{
var_dump($rk, $timeout);
$this->debug(Event::EVENT_AFTER_REQUEST);
$rk->flush($timeout);
}