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

replacing all usage of IO.select with the io/wait methods #3

Merged
merged 1 commit into from
Feb 10, 2016

Conversation

HoneyryderChuck
Copy link

in ruby 2.3.0, net/protocol already includes io/wait. One can therefore wait directly on the socket, thereby reducing the array allocations needed for the result and using a cleaner API.

@HoneyryderChuck
Copy link
Author

@hsbt ping

@hsbt
Copy link
Member

hsbt commented Feb 10, 2016

We only accept pull request with test green. You need to investigate test fail.

but https://travis-ci.org/ruby/net-telnet/builds/103363183 is not related your changes. I fixed it in master branch. I merge this.

@hsbt hsbt merged commit b2c1753 into ruby:master Feb 10, 2016
@HoneyryderChuck
Copy link
Author

yup, I knew it, that's why I pinged :) problem solved, thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants