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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: