amqp / rhea

A reactive messaging library based on the AMQP protocol
Apache License 2.0
273 stars 80 forks source link

Add Map and Set wrapping #376

Closed kohtala closed 2 years ago

kohtala commented 2 years ago

Was unable to create AMQP maps with something else but strings and symbols as keys. Set can also be wrapped as a list.

This also decodes by Javascript calling toString implicitly on the key value.

grs commented 2 years ago

Thanks very much @kohtala!