This repository was archived by the owner on Dec 6, 2021. It is now read-only.
ReadFrom does not list all events from some particular point in time #48
Labels
bug
Something isn't working
When subscribing to a stream with only
from
defined, meilies seems to only read the event at thefrom
location and then all new events. It does not read all events starting from thefrom
value.From my understanding, events are keyed by event number and
ReadRange::ReadFrom(from)
usestree.scan_prefix(_)
which in the case of from being0
only 1 event is keyed with 0. Is this this right? Is this the intended result?The text was updated successfully, but these errors were encountered: