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
Fix JSON parse error on SSE events with empty data
Priming events for resumability (SEP-1699) have an event ID but empty
data. The client was attempting JSON.parse("") which throws "Unexpected
end of JSON input".
Skip processing for all events with empty data, not just message events.
This handles priming events, keep-alives, and any other events that may
have empty data fields.
0 commit comments