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

recv_nonblock returns :wait_readable instead of raising #3970

Closed
kares opened this issue Jun 15, 2016 · 1 comment
Closed

recv_nonblock returns :wait_readable instead of raising #3970

kares opened this issue Jun 15, 2016 · 1 comment
Assignees
Milestone

Comments

@kares
Copy link
Member

kares commented Jun 15, 2016

jruby-9.1.2.0 :009 > require 'socket'
 => true 
jruby-9.1.2.0 :010 > s1, s2 = UNIXSocket.pair(Socket::SOCK_DGRAM)
 => [#<UNIXSocket:>, #<UNIXSocket:>] 
jruby-9.1.2.0 :011 > s1.recv_nonblock(10)
 => :wait_readable 

should have raised IO::WaitReadable instead

@kares kares added this to the JRuby 9.1.3.0 milestone Jun 15, 2016
@kares kares self-assigned this Jun 15, 2016
@kares
Copy link
Member Author

kares commented Jun 16, 2016

fixed with 239e1de and there was some more (around UDPSocket): 388030b

@kares kares closed this as completed Jun 16, 2016
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