php-enqueue / enqueue-dev

Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
https://enqueue.forma-pro.com/
MIT License
2.17k stars 434 forks source link

Ensure pass consumer tag as string to bunny amqp #1255

Closed snapshotpl closed 2 years ago

snapshotpl commented 2 years ago

Fixes 8.1 compatibility

Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/vendor/bunny/bunny/src/Bunny/ClientMethods.php on line 1638
makasim commented 2 years ago

Thanks!

snapshotpl commented 2 years ago

Thanks @makasim ! Can you release this changes? It's last thing to upgrade up to PHP 8.1

snapshotpl commented 2 years ago

Hey @makasim ! Can you release bunny package?