incredible, but it seems to work..
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit

This commit is contained in:
2024-03-22 18:21:49 +01:00
parent 993b82cd07
commit b7ab1d5ea7
11 changed files with 288 additions and 28 deletions

View File

@ -357,4 +357,8 @@ impl<
}
}
}
pub fn check_for_request_timeouts(&mut self) {
self.service.check_for_request_timeouts();
}
}