HMCCU: Fixed RPC Server Start Timings

git-svn-id: https://svn.fhem.de/fhem/trunk@11233 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
fhemzap
2016-04-12 15:52:55 +00:00
parent d00255eeb3
commit bbea0acfb5

View File

@@ -420,7 +420,7 @@ if (!defined ($callbackurl)) {
# Server loop is interruptable bei signal SIGINT
Log "Entering server loop. Use kill -SIGINT $$ to terminate program";
# WriteQueue ("SL|$$|CB".$ccuport);
WriteQueue ("SL|$$|CB".$ccuport);
$server->server_loop;
$totalcount++;