fix pool select idx

This commit is contained in:
weisd
2025-04-21 17:29:00 +08:00
parent 27400394e4
commit 59c008b0ee
4 changed files with 65 additions and 43 deletions
-1
View File
@@ -344,7 +344,6 @@ impl CurrentScannerCycle {
Ok(result)
}
#[tracing::instrument]
pub fn unmarshal_msg(&mut self, buf: &[u8]) -> Result<u64> {
let mut cur = Cursor::new(buf);