Azure / azure-uamqp-python

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

[pyproto] improve send perf #268

Closed yunhaoling closed 2 years ago

yunhaoling commented 2 years ago

fixing issue: https://github.com/Azure/azure-sdk-for-python/issues/20263

to improve sending performance, use bytearray for bytes concatenation instead of raw bytes.