felixge / felixge/node-stream-cache
write after end
オープン
- 主要言語
- JavaScript
- スター
- 44
- フォーク
- 12
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。