Azure / azure-uamqp-python

AMQP 1.0 client library for Python
MIT License
57 stars 48 forks source link

revert mem leak fix as it would break mgmt operation #224

Closed yunhaoling closed 3 years ago

yunhaoling commented 3 years ago

revert the change introduced by PR: https://github.com/Azure/azure-uamqp-python/pull/215/files excluding body sequence as it is used by the body sequence feature and needs the fix.

here are the reason for the revert:

need more time for investigation.