if(userList.length!=0&&userList[userList.length-1][0]==userId){// prevent same viewer from being selected sequentially
continue;
}
userList.push([userId,intervals.shift()]);
}
userList[userList.length-1][0]=userIds[choice];// last one should be chosen in akka-app
}
if(userIds.length==2){
// I don't like this.. When the userList is same as previous one, we need to change it a bit to make sure that clients does not skip the change in MongoDB