Gordon Sim created PROTON-1028:
----------------------------------

             Summary: connect failue when creating BlockingConnection result in 
memory leak
                 Key: PROTON-1028
                 URL: https://issues.apache.org/jira/browse/PROTON-1028
             Project: Qpid Proton
          Issue Type: Bug
          Components: python-binding
    Affects Versions: 0.10
            Reporter: Gordon Sim
            Assignee: Gordon Sim
             Fix For: 0.11


E.g.  assuming there is nothing listening on port 12345, run the following:

{noformat}
while True:
  sleep(0.1)
  try:
    conn = BlockingConnection("amqp://localhost:12345", heartbeat=2)
  except ConnectionException, e:
    print e
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to