Closed prolic closed 4 years ago
Seems to be a few issues going on for example $queue->get
is also failing, I can see the messages queued in the queue on RabbitMQ are fetched but not acked. I have checked the change log and not much has changed since v2.9
1) HumusTest\Amqp\PhpAmqpLib\CallbackConsumerTest::it_handles_flush_deferred_after_timeout
Error: Call to a member function getBody() on boolean
/home/bweston/workspace/src/github.com/prolic/HumusAmqp/tests/AbstractCallbackConsumerTest.php:453
Glad to see this got solved. Good work both of you :)
There is a failing test case right now, you can execute it isolated like this:
I hope this helps to debug the issue and resolve it. Unfortunately I'm out of time right now. Hopefully I can come back and finish this soon.
If anyone wants to take over from here, feel free! @genhoi @func0der