|
@@ -43,7 +43,7 @@ class recylerobots extends Command
|
|
|
Gateway::$registerAddress = '127.0.0.1:1238';
|
|
|
while(1){
|
|
|
//获取所有机器人
|
|
|
- $robots = Redis::lrange('online_robot_list', 0);
|
|
|
+ $robots = Redis::lrange('online_robot_list', -1);
|
|
|
if($robots){
|
|
|
foreach ($robots as $robot) {
|
|
|
$message['type'] = 'checkrobot';
|