Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
0.32, qpid-python-1.35.0
-
None
-
None
Description
Python client does not stop properly its threads when connection is closed from broker side. As result, client application can leak threads and eventually ran out of threads.
It seems that writer thread from Peer is blocked on outgoing queue and never exits