From f0ef2aa7de58affe2c63a56ed4a033e6d0855ede Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sun, 13 Jul 2014 12:20:28 +0000 Subject: [PATCH] TcpServerUtils.pm: avoid blocking (Forum #24799) git-svn-id: https://svn.fhem.de/fhem/trunk@6250 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/TcpServerUtils.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/FHEM/TcpServerUtils.pm b/fhem/FHEM/TcpServerUtils.pm index 4513a2596..1a8ab7c9b 100644 --- a/fhem/FHEM/TcpServerUtils.pm +++ b/fhem/FHEM/TcpServerUtils.pm @@ -80,6 +80,8 @@ TcpServer_Accept($$) } } + $clientinfo[0]->blocking(0); # Forum #24799 + if($hash->{SSL}) { # Certs directory must be in the modpath, i.e. at the same level as the # FHEM directory