running configuration and deltas and shit
[CBFWR.git] / unittests / readconfigfromshm.php
index 1c1247c..ce5a3fe 100644 (file)
@@ -19,10 +19,11 @@ glcas_pluginLoader();
 
 $comms = new Comms();
 
-$conf = $comms->getConfig();
+while(true) {
+       sleep(5);
+       $conf = $comms->getConfig();
 
-print_r($conf);
-
-$comms->sendMessage("hi there");
+       print_r($conf);
+}
 
 ?>
\ No newline at end of file