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 4, 2018. It is now read-only.
JSONStream 1.3.2 silently ignores JSON syntax errors sometimes, for example it does so for
{"], but rightfully emits an error fora{"].Minimal working example:
Workaround
Check if the
endevent gets emitted withoutdatahaving been emitted before.