felixge / felixge/node-stream-cache
write after end
Ouverte
- Langage dominant
- JavaScript
- Étoiles
- 44
- Forks
- 12
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.