You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @see https://github.com/php-enqueue/enqueue-dev/issues/110 and https://github.com/pdezwart/php-amqp/issues/281
68
+
$end = microtime(true) + ($timeout / 1000);
86
69
87
-
$this->getExtQueue()->consume(function (\AMQPEnvelope$extEnvelope, \AMQPQueue$q) use (&$message) {
88
-
$message = $this->convertMessage($extEnvelope);
89
-
$message->setConsumerTag($q->getConsumerTag());
90
-
91
-
if ($this->getExtQueue()->getConsumerTag() == $q->getConsumerTag()) {
92
-
returnfalse;
93
-
}
94
-
95
-
// not our message, put it to buffer and continue.
0 commit comments