You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2014/11/20 20:56:34 UTC

[jira] [Created] (QPID-6237) Wrapped python client is uninterruptible

Justin Ross created QPID-6237:
---------------------------------

             Summary: Wrapped python client is uninterruptible
                 Key: QPID-6237
                 URL: https://issues.apache.org/jira/browse/QPID-6237
             Project: Qpid
          Issue Type: Bug
          Components: Python Client (Wrapped)
            Reporter: Justin Ross


{noformat}
from qpid_messaging import *

conn = Connection("localhost:5672")
conn.open()

try:
    sess = conn.session()
    link = sess.receiver("test")

    msg = link.get()
finally:
    conn.close()
{noformat}

{noformat}
[jross@localhost croquet]$ python ~/test.py
^C^C^C^C^C^C
{noformat}

Keyboard interrupts have no effect.  I have to pkill it.




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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org