[AMQP Python] remove redundant sequence body normalization #29701
Labels
AMQP Python
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
Messaging
Messaging crew
Service Bus
Milestone
Currently, when converting an AmqpAnnotatedMessage with a sequence body, we "normalize" by wrapping the sequence body in a list. Then we iterate through the list when encoding the sequence body.
As per this discussion, we don't need to "normalize" since that's redundant.
TODO:
The text was updated successfully, but these errors were encountered: