in reply to Re: Non-blocking sockets with Net::Server and SSL
in thread Non-blocking sockets with Net::Server and SSL

It works! It really works! You Madam/Sir/Other are my hero!

I just tried

my ($self,$fd) = @_; $fd->blocking(0);
and it works!

You really deserve a hug! I've been trying for the last ten days to fix my websocket implementation and you did it in two lines!

Very much appreciated!

"For me, programming in Perl is like my cooking. The result may not always taste nice, but it's quick, painless and it get's food on the table."