Skip to content

Commit

Permalink
[fix] ensure we drain properly spans (bugfix of previous release)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Nov 21, 2023
1 parent 6530efc commit 8a7c2c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void accept(final Span span) {
lock.unlock();
}
if (!spans.isEmpty()) {
onFlush.accept(buffer.drain());
onFlush.accept(spans);
}
}
}
Expand Down

0 comments on commit 8a7c2c3

Please sign in to comment.