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
and it works!my ($self,$fd) = @_; $fd->blocking(0);
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!
|
|---|