configs and comms
[CBFWR.git] / bin / cbfwrd.php
index b5a91b3..3b29870 100644 (file)
@@ -32,6 +32,10 @@ while($cont) {
        
        $comms->putConfig($config->getConfig());
        
+       $msg = $comms->waitForMessage();
+       
+       //echo "Got message: $msg\n";
+       
        $cont = false;
 }
 ?>
\ No newline at end of file