jakubkulhan / bunny

Performant pure-PHP AMQP (RabbitMQ) sync/async (ReactPHP) library
MIT License
706 stars 102 forks source link

[2024-11-18 07:34:31.099087][] ERROR: Worker errored: Bunny\Channel::__construct(): Argument #1 ($connection) must be of type Bunny\Connection, null given, called in /opt/app/vendor/bunny/bunny/src/Client.php on line 154 #161

Open WyriHaximus opened 2 weeks ago

fronbasal commented 1 week ago

Oh this is a bug? I thought the constructor arguments changed for v0.6.x and thus I pinned our composer ver to 0.5.5 😄

WyriHaximus commented 1 week ago

@fronbasal Caught this on one of my services at home using 0.6 and this came up. It is a bug for sure, but it was surprising to see. Just logged it here to fix before 0.6 will be out

fronbasal commented 1 week ago

Gotcha! Also saw this in dev and stage just a few days ago. Thank you for this amazing library and your engaged, skillful maintenance of this repository ♥️

WyriHaximus commented 1 week ago

Gotcha! Also saw this in dev and stage just a few days ago. Thank you for this amazing library and your engaged, skillful maintenance of this repository ♥️

If you have a stacktrace of it, please post it here or email it to me if you rather not have that public. It might help fix this.