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
The majority of the current SSE parsers only support payloads that use \n to delimit lines. However the spec also lists \r\n and \r as valid line separators. So support for these should be added to make the Arri clients more compliant with the SSE specification.
The chart below will track progress on this:
client
finished
typescript
✅
rust
✅
dart
✅
kotlin
✅
The text was updated successfully, but these errors were encountered:
The majority of the current SSE parsers only support payloads that use
\n
to delimit lines. However the spec also lists\r\n
and\r
as valid line separators. So support for these should be added to make the Arri clients more compliant with the SSE specification.The chart below will track progress on this:
The text was updated successfully, but these errors were encountered: