You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2024. It is now read-only.
When I get a readStream({reverse: true}), followed by a plain readStream(), I get the documents out in reverse order again, unless I specify reverse: false. start and end behave similarly, the last value for each option acting as the default value for the next call.
When I get a
readStream({reverse: true}), followed by a plainreadStream(), I get the documents out in reverse order again, unless I specifyreverse: false.startandendbehave similarly, the last value for each option acting as the default value for the next call.Example: