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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: