in reply to IO::Multiplex, IO::Socket::SSL, file globs
Hi,
this is to share my (first) findings: IO::Multiplex ties the file handles given to it. IO::Socket::SSL's ->start_SSL doesn't like tied handles.
Doing
(where $Mux is a ref to the IO::Multiplex instance) does the trick.$Mux->remove($self->{sslsock});
|
|---|