Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

dest function should create input and output streams lazily #19

Open
mojavelinux opened this issue Nov 2, 2019 · 0 comments
Open

dest function should create input and output streams lazily #19

mojavelinux opened this issue Nov 2, 2019 · 0 comments

Comments

@mojavelinux
Copy link
Collaborator

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant