Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection() hangs on Windows XP #24

Open
GoogleCodeExporter opened this issue Nov 2, 2015 · 0 comments
Open

Connection() hangs on Windows XP #24

GoogleCodeExporter opened this issue Nov 2, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Which version of amqplib are you using?
0.6.0, 0.6.1, hg commit 174:aa7a2b480166

Which broker are you using (RabbitMQ?) which version?
QPid 0.6 (Java version)

Which version of Python?
2.6.4 (distributed by python.org), 2.6.5 (distributed by Cygwin)

What steps will reproduce the problem?
1. Start Qpid using default plain-text passwd file. 
2. Run this python code:
    from amqplib import client_0_8 as amqp
    amqp.Connection()

What is the expected output? What do you see instead?
I expect the Connection constructor to return. It never returns. Past issues 
suggest this was fixed between 0.6.0 and 0.6.1. I confirmed that this works on 
my linux machine. On Windows XP it still hangs.

Original issue reported on code.google.com by [email protected] on 18 Nov 2010 at 11:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant