Add db subcommand

This commit is contained in:
Dominik Werder
2024-02-27 16:33:49 +01:00
parent 7beb5a9ced
commit fffc8557a7
6 changed files with 53 additions and 3 deletions

View File

@@ -689,7 +689,7 @@ impl Stream for FindIocStream {
}
break match self.afd.poll_read_ready(cx) {
Ready(Ok(mut g)) => {
debug!("BLOCK AA");
// debug!("BLOCK AA");
match unsafe { Self::try_read(self.sock.0, &self.stats) } {
Ready(Ok((src, res))) => {
self.handle_result(src, res);