Azure / azure-uamqp-python

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

[AMQP Python] Session multiple frame support for large transfer frame #259

Closed yunhaoling closed 3 years ago

yunhaoling commented 3 years ago

addressing issue: https://github.com/Azure/azure-sdk-for-python/issues/19778

transfer frame of large size (composed of large payload) should be split into multiple transfer frames.

mostly echoing the logic of uamqp-c in session.c