Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mikosik opened this issue Dec 20, 2015 · 0 comments
Open

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

mikosik opened this issue Dec 20, 2015 · 0 comments
Labels

Comments

@mikosik
Copy link
Owner

mikosik commented Dec 20, 2015

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.

@mikosik mikosik self-assigned this Nov 18, 2017
@mikosik mikosik removed their assignment Nov 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant