Closed lukebakken closed 5 years ago
@ramunasd would you mind verifying this change?
Looks good to me
Anyone knows when this will be merged?
Will merge tonight most likely. Thanks for the contribution!
Thank y’all for your contribution! In case @stevenklar doesn’t find time, i take care.
Release will be 2.0.8 and I will also bump the composer version. Signature of wait is the same but old implementations might have side effects.
Hey everyone, thanks for the quick turnaround! :1st_place_medal:
Due to changes in php-amqplib/php-amqplib#642, non-blocking mode does not use a timeout, which results in an infinite loop and high CPU.
This change ensures that only blocking mode is used.
Fixes #63
Also see php-amqplib/php-amqplib#729