This commit is contained in:
Jun Kurihara 2023-07-23 01:48:33 +09:00
commit 16290f3173
No known key found for this signature in database
GPG key ID: 6D3FEE70E498C15B
3 changed files with 20 additions and 18 deletions

View file

@ -53,6 +53,7 @@ async fn rpxy_service(
mut config_rx: ReloaderReceiver<ConfigToml>,
runtime_handle: tokio::runtime::Handle,
) -> Result<(), anyhow::Error> {
info!("Start rpxy service");
// Initial loading
config_rx.changed().await?;
let config_toml = config_rx.borrow().clone().unwrap();