fix: fixed PE infection

This commit is contained in:
Andrew Rioux
2025-02-19 22:40:39 -05:00
parent d823603054
commit 005048f1ce
10 changed files with 118 additions and 92 deletions

View File

@@ -41,6 +41,9 @@ where
}
fn call(&mut self, _: Uri) -> Self::Future {
if cfg!(debug_assertions) {
println!("Connecting!");
}
Box::pin({
let adapter = self.adapter.clone();
let params = self.parameters.clone();