This commit is contained in:
2020-10-30 11:54:29 +08:00
parent 255afa188e
commit b7fd0d6cd2
+1 -1
View File
@@ -96,7 +96,7 @@ class Producer extends Component
$this->setTopicAcks($isAck);
$this->push($message, $key);
if ($isAck) {
if ($isAck === true) {
$this->flush();
}
}