a2aproject / a2aproject/a2a-java
Improve SSE implemetnation for 0.3
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 490
- Forks
- 172
- Merge medio
- 1 d 6 h
- PR fusionados (30 d)
- 55
Descripción
A review on https://github.com/a2aproject/a2a-java/pull/820 showed that our SSE implementation might be too naive:
The current SSE implementation incorrectly dispatches each line starting with data: as a separate message. According to the SSE specification, multiple data: lines should be buffered and concatenated (with newlines) until an empty line is encountered, at which point the complete event should be dispatched. This will cause JSON parsing failures for any multi-line payloads.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.