address bugs

This commit is contained in:
Aiden McClelland
2021-08-30 13:31:51 -06:00
committed by Aiden McClelland
parent c278e7fbc2
commit cdca5e1b67
8 changed files with 232 additions and 83 deletions

View File

@@ -108,6 +108,7 @@ impl RpcContext {
revision_cache: RwLock::new(VecDeque::new()),
metrics_cache: RwLock::new(None),
});
// TODO: handle apps in bad / transient state
Ok(Self(seed))
}
pub async fn package_registry_url(&self) -> Result<Url, Error> {