jakubkulhan / bunny

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

Add support of bytes type of AMQP field #139

Open F0Rt04ka opened 1 year ago

F0Rt04ka commented 1 year ago

Add support of bytes type of AMQP field.

I got error "Unhandled field type 0x78 ('x')" and found fix in php-amqplib

https://github.com/php-amqplib/php-amqplib/blob/6bf2e5c49759fc386a4988f3af1761cbfb63d367/PhpAmqpLib/Wire/AMQPReader.php#L402