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
In fs.lua there's a file handle reference that never gets cleaned up -- it'll dangle until the GC gets around to collecting it, which can cause problems with too many open files on *nix systems at least.
The text was updated successfully, but these errors were encountered:
In fs.lua there's a file handle reference that never gets cleaned up -- it'll dangle until the GC gets around to collecting it, which can cause problems with too many open files on *nix systems at least.
The text was updated successfully, but these errors were encountered: