Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

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

@elpoelma

Description

@elpoelma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions