X-Git-Url: http://git.pjr.cc/?p=pengine.git;a=blobdiff_plain;f=unittests%2Fcommrecv.php;fp=unittests%2Fcommrecv.php;h=2061063b15cb292e5ab8a3ce1c5e7913ffab477c;hp=16fea309f4b6d6f3cc2fbc924e3889d27f1ec835;hb=1450d5020fd9be9193327ac035605d8aaef29714;hpb=527c1ed71988910d53837e504d5b1ba0b16888aa diff --git a/unittests/commrecv.php b/unittests/commrecv.php index 16fea30..2061063 100644 --- a/unittests/commrecv.php +++ b/unittests/commrecv.php @@ -5,7 +5,7 @@ $mn = new netCom(true); $mn->go(); while(true) { - $mn->waitForConnection(); + $mn->waitForSecureConnection(); while(($msg = $mn->receiveMessage()) !== false) { print_r($msg); }