Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 03/Oct/13 2:40 PM
Description:

require 'socket'

class Test

ipv4_socket = Socket.new(:INET, :STREAM)
addr = Addrinfo.tcp('0.0.0.0', 3030)
ipv4_socket.bind(addr)
ipv4_socket.listen(socket::SOMAXCONN)

end

TypeError: can't convert Addrinfo into String
bind at org/jruby/ext/socket/RubySocket.java:212
Test at C:\Workspace\sockets\test.rb:7
(root) at C:\Workspace\sockets\test.rb:3

Project: JRuby
Priority: Major Major
Reporter: Rupert St John Webster
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to