pub(crate) async fn send_status_update( clients: &[ConnectedClient<Game>], seconds_remaining: Option<u32>) -> Result<GameState, Error>