Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remyhaemmerle-da committed Sep 26, 2024
1 parent 7c8be97 commit f09a26b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ object InstrumentedGraph {
delayTimer: Timer,
) extends BoundedSourceQueue[T] {

override def isCompleted: Boolean = delegate.isCompleted

override def complete(): Unit = {
delegate.complete()
capacityCounter.dec(bufferSize.toLong)(MetricsContext.Empty)
Expand Down

0 comments on commit f09a26b

Please sign in to comment.