X-Git-Url: http://git.pjr.cc/?p=CBFWR.git;a=blobdiff_plain;f=unittests%2Freadconfigfromshm.php;h=ce5a3fee309b8c5eef1971c4429528b724b92ec1;hp=1c1247c377d5094bb13b767d21302ec00c0c5d91;hb=0f5458e4a9c18595f7d9501880011369e4e65942;hpb=90e37664d8296ebb5f3aae443b44b09f95826e90 diff --git a/unittests/readconfigfromshm.php b/unittests/readconfigfromshm.php index 1c1247c..ce5a3fe 100644 --- a/unittests/readconfigfromshm.php +++ b/unittests/readconfigfromshm.php @@ -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