Skip to content

Container should close streams left not closed by native functions #74

@mikosik

Description

@mikosik

native function implementation can open InputStream by calling Blob.openInputStream() and never close it. This way operating system resources won't be released. This should be workarounded by making sure that container in which function runs will close all streams left unclosed after function executes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions