Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.64k stars 2.84k forks source link

[uAMQP] Enable c-uamqp and python uamqp for shared connection #6757

Closed YijunXieMS closed 3 years ago

YijunXieMS commented 5 years ago

Enable multiple sessions on single connection with a cbs session.

The underlying uamqp-c library doesn't support the feature at present. There is an issue opened to track this problem:https://github.com/Azure/azure-uamqp-c/issues/306

yunhaoling commented 3 years ago

temporarily closing this issue, this is gonna largely happen in the pure python version of uamqp