@@ -150,7 +150,6 @@ class robot extends Command
//结算
if($json_data->type == 'round_end'){
echo "回合结束,已结算";
- exit;
}
@@ -168,7 +167,7 @@ class robot extends Command
ungroup($room_id);
Gateway::unbindUid($client_id, $user->user_id);
closeClient($client_id);
+ Worker::stopAll();
};