Azure / go-amqp

AMQP 1.0 client library for Go.
https://github.com/Azure/go-amqp
MIT License
110 stars 58 forks source link

Encode nil data section as null #335

Closed jhendrixMSFT closed 2 months ago

jhendrixMSFT commented 2 months ago

For data sections that are nil, encode them as null instead of vbin8.

Fixes https://github.com/Azure/go-amqp/issues/332

Gsantomaggio commented 2 months ago

It think we can close this PR is favour of https://github.com/Azure/go-amqp/pull/336