private route work

This commit is contained in:
John Smith
2022-11-01 21:05:48 -04:00
parent 5ae0bd834c
commit d96b83fb4e
15 changed files with 377 additions and 342 deletions

View File

@@ -342,7 +342,7 @@ impl AttachmentManager {
#[instrument(level = "trace", skip(self))]
fn attach(&self) {
// Create long-running connection maintenance routine
let inner = self.inner.lock();
let mut inner = self.inner.lock();
if inner.attachment_maintainer_jh.is_some() {
return;
}