sergiodxa / remix-utils

A set of utility functions and types to use with Remix.run
https://sergiodxa.github.io/remix-utils/
MIT License
2.1k stars 117 forks source link

eventStream: Handle newlines with multiple consecutive data fields #343

Open kenn opened 6 months ago

kenn commented 6 months ago

Server-Sent Events handle multi-line data with multiple consecutive data fields.

This PR adds support for newlines as expected.