-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Socket.unix and friends use missing Addrinfo features #3229
Labels
Milestone
Comments
Issue remains in 9k:
Same line works in MRI:
|
etehtsea
added a commit
to etehtsea/oxblood
that referenced
this issue
Jul 1, 2016
@etehtsea the second example working is MRI demonstrating it should work? Or was it a typo showing what your PR does in that UnixSocket.new works? |
@enebo sorry, forgot to add description. Yeap, this is demonstration that the same line is working in MRI. |
This should be improved on the ruby-2.3+socket branch but I have not completed that work yet :-( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reported on IRC...
Trying to use
Socket.unix("path")
fails withIOError: path: Name or service not known
This method and a few others like it are implemented using Addrinfo to produce the new socket. Since Addrinfo is not fully implemented on JRuby, there's some missing pieces here.
This affects at least JRuby 1.7 and may affect 9k, but I have not confirmed.
The text was updated successfully, but these errors were encountered: