contributte / rabbitmq

🐰 RabbitMQ (AMQP, STOMP, MQTT) using BunnyPHP for Nette Framework (@nette).
https://contributte.org/packages/contributte/rabbitmq.html
MIT License
24 stars 25 forks source link

TypeError in version 9.2 #64

Closed TomPavelec closed 1 year ago

TomPavelec commented 1 year ago

In ExchangeFactory::create at line 82 This line: ...$queueBinding['routingKeys']

When array key routingKeys is not set then it's resulting in null and it cannot be unpacked with .... It causing: TypeError Only arrays and Traversables can be unpacked

paveljanda commented 1 year ago

Can you send a PR pls?