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

IPv6 support #59

Open
ktdreyer opened this issue May 7, 2015 · 0 comments
Open

IPv6 support #59

ktdreyer opened this issue May 7, 2015 · 0 comments
Labels

Comments

@ktdreyer
Copy link

ktdreyer commented May 7, 2015

From https://github.com/earl/beanstalkc/blob/master/beanstalkc.py#L69

self._socket = socket.socket(socket.AF_INET, socket.SOCK_STREAM)

It appears beanstalkc only supports IPv4? Can you please add support for IPv6?

@earl earl added the wish label May 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants