pub(crate) async fn collect_players( clients: &[ConnectedClient<Game>]) -> Result<(Vec<CollectionDocument<Player>>, HashMap<u64, ConnectedClient<Game>>), Error>