We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
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
IO::WaitReadable
The text was updated successfully, but these errors were encountered:
fixed with 239e1de and there was some more (around UDPSocket): 388030b
Sorry, something went wrong.
kares
No branches or pull requests
should have raised
IO::WaitReadable
insteadThe text was updated successfully, but these errors were encountered: