Skip to content

Commit

Permalink
Remove Echo messages as those are overriding processing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Mar 17, 2023
1 parent c2c44e7 commit 6e9aef8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,6 @@ impl Subscription {
log::debug!("{}", PING);
self.acknowledge_messages(vec![m.ack_id]).await;
continue;
} else {
// Echo as info, in case we want to check the queue status
log::info!("echo - {}", String::from_utf8_lossy(&data));
self.acknowledge_messages(vec![m.ack_id]).await;
continue;
}
}
batch.push((T::from(m.message), m.ack_id));
Expand Down

0 comments on commit 6e9aef8

Please sign in to comment.