send bounds wip

This commit is contained in:
dignifiedquire
2020-03-07 11:21:32 +01:00
parent 62bfa5157b
commit 7326ba1403
8 changed files with 194 additions and 188 deletions

View File

@@ -106,7 +106,9 @@ impl JobThread {
}
}
}
self.state.lock().await.using_handle = false;
{
self.state.lock().await.using_handle = false;
}
}
async fn connect_and_fetch(&self, context: &Context) -> Result<()> {