amqp-node / amqplib

AMQP 0-9-1 library and client for Node.JS
https://amqp-node.github.io/amqplib/
Other
3.69k stars 474 forks source link

Support for unsigned int #766

Open ebrinette opened 4 months ago

ebrinette commented 4 months ago

Add support for unsigned int (uint8, uint16, uint32) as specified in https://www.rabbitmq.com/amqp-0-9-1-errata#section_3.

Ignore uint64 to avoid conflict mentionned in #646.