Skip to content

Commit

Permalink
fix: more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
uri-99 committed Dec 9, 2024
1 parent f2e1e5b commit f964f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batcher/aligned-batcher/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ impl Batcher {
info!("4");
info!("44");

let mut incoming_filter = incoming.try_filter(|msg| future::ready(!msg.is_binary()));
let mut incoming_filter = incoming.try_filter(|msg| future::ready(msg.is_binary()));

info!("5");
let future_msg = incoming_filter.try_next();
Expand Down

0 comments on commit f964f0d

Please sign in to comment.