Azure / azure-uamqp-python

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

memory leak fix in cython link attach #230

Closed yunhaoling closed 3 years ago

yunhaoling commented 3 years ago

This is the following up PR on the previous memory leak fix: https://github.com/Azure/azure-uamqp-python/pull/215.

Latest updates


Previous context

Problem:

Root cause:

Client creation would leak memory after connection and session is established because

How to Fix:

More:

Analysis: