2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-12 16:46:35 +00:00

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 ba1c5e80e9
commit 487c193a6d

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++;