felixge / felixge/node-stream-cache
write after end
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 44
- Forks
- 12
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I took a quick look at the implementation and it looks like all `Stream#write()` calls are used as if they were synchronous, but [they are not](https://nodejs.org/dist/latest-v8.x/docs/api/stream.html#stream_writable_write_chunk_encoding_callback).
The result is that we close the stream before all writes are done.
Am I correct? Or there is something that I am missing?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.