diff --git a/src/hist.rs b/src/hist.rs index 8087631..0751dd4 100644 --- a/src/hist.rs +++ b/src/hist.rs @@ -112,7 +112,7 @@ impl HistLog { .unwrap(); loop { - match rx.try_recv() { //.recv_timeout(Duration::from_millis(1)) { + match rx.recv() { //.recv_timeout(Duration::from_millis(1)) { //match rx.recv_timeout(Duration::new(1, 0)) { Ok(Some(Entry { tag, start, end, hist })) => { wtr.write_histogram(&hist, start.duration_since(UNIX_EPOCH).unwrap(),