We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b1653 commit 8e125caCopy full SHA for 8e125ca
src/FSharp.Control.Redis.Streams.Reactive/FSharp.Control.Redis.Streams.Reactive.fs
@@ -99,7 +99,7 @@ module Reactive =
99
| Order.Descending -> EntryId.CalculateNextPositionDesc
100
| _ -> failureForMessageOrderCheck ()
101
102
- Observable.taskUnfold(fun nextPosition -> task {
+ Observable.taskUnfold(fun nextPosition ct -> task {
103
let! (response : StreamEntry []) = readStream nextPosition
104
match response with
105
| EmptyArray ->
0 commit comments