diff --git a/Applications/Queue/start.php b/Applications/Queue/start.php index fe4b558..d8c89ea 100644 --- a/Applications/Queue/start.php +++ b/Applications/Queue/start.php @@ -88,8 +88,6 @@ if(extension_loaded('sysvmsg')) { // 循环取数据 - while(1) - { $desiredmsgtype = 1; $msgtype = 0; $message = ''; @@ -135,7 +133,6 @@ { echo "unknow message\n"; } - } } }); };