Skip to content

Commit

Permalink
fix for subscription persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Leaver committed Sep 16, 2017
1 parent d9b269b commit 10c62a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nata.IO.Memory/Stream.fs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module Stream =
match data.TryGetValue index with
| true, event ->
yield event.Force(), index
yield! readFrom(1L+index)
yield! listenFrom(1L+index)
| _ ->
raise (Position.Invalid(Position.At index))
}
Expand Down

0 comments on commit 10c62a6

Please sign in to comment.