Subject: | Channel objects do not work with select: no FILENO method |
In attempting to use IO::Select on a Net::SSH2::Channel object I get the
following error:
"Can't locate object method "FILENO" via package "Net::SSH2::Channel" at
/usr/local/lib/perl/5.8.8/IO/Select.pm line 61."
I understand that there is a poll() method on Net::SSH2 and am going to
look at that next. But it would be nice if select worked since I'm more
familiar with it.
I don't know how much work it would be to add... I guess it depends on
whether fileno can be derived via the libssh2 api.