webgme / webgme-engine

WebGME server and Client API without a GUI
MIT License
11 stars 7 forks source link

Blob storage fails to store object #243

Closed kecso closed 3 years ago

kecso commented 3 years ago

Recent changes in nodejs stream handling caused users to experience constant failure of blob storage related functions (like exporting or asset handling). The root of the error is that the close event on the readstream arrives before the close event on the write stream that was considered faulty behavior.