Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the way a state is loaded into an event-stream #65

Open
elpoelma opened this issue Feb 23, 2023 · 0 comments
Open

Update the way a state is loaded into an event-stream #65

elpoelma opened this issue Feb 23, 2023 · 0 comments

Comments

@elpoelma
Copy link
Contributor

At the moment, when creating an event-stream using createReadStream it may take an existing state as optional argument. The state object you need to pass to this function can't currently be a fully JSON-parsed state, but may only be partially parsed.
A better solution may be to either accept an unparsed state as a string, or a fully parsed state as an object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant