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

dest function should create input and output streams lazily #19

@mojavelinux

Description

@mojavelinux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions