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

fix: issue #64 - undefined array key 'routingKeys' #65

Closed TomPavelec closed 1 year ago

TomPavelec commented 1 year ago

Undefined array key 'routingKeys' leads to TypeError in unpacking operator (only arrays can be unpacked).

Closes #64

paveljanda commented 1 year ago

Thanks!