Skip to content

Commit

Permalink
Start the initial timer in groupWithin with TimedPull
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemFw committed Oct 2, 2020
1 parent 0d380d9 commit 846b6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shared/src/main/scala/fs2/concurrent/TimedPull.scala
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ object tp {
}
}

go(Chunk.Queue.empty, tp)
tp.startTimer(t) >> go(Chunk.Queue.empty, tp)
}.apply(s)

import cats.effect.unsafe.implicits.global
Expand Down

0 comments on commit 846b6e7

Please sign in to comment.