改名
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ class Producer extends Component
|
|||||||
|
|
||||||
$this->setTopicAcks($isAck);
|
$this->setTopicAcks($isAck);
|
||||||
$this->push($message, $key);
|
$this->push($message, $key);
|
||||||
if ($isAck) {
|
if ($isAck === true) {
|
||||||
$this->flush();
|
$this->flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user