Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Sep 20, 2024
1 parent ec09ca1 commit 16ba743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions relay-server/src/services/buffer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ impl EnvelopeBufferService {
.expect("Element disappeared despite exclusive excess");

Self::drop_expired(envelope, services);

sleep = Duration::ZERO; // try next pop immediately
}
Peek::Ready(_) => {
relay_log::trace!("EnvelopeBufferService: popping envelope");
Expand Down

0 comments on commit 16ba743

Please sign in to comment.