You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
The dest function currently assumes it will be called in the stream. However, if the stream ends early, it ends up leaving these streams open. It should create the streams on demand, either in the through handler (when the first file is received) or in the through callback (assuming no files were received). That way, it only opens streams it's in a position to close.