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
Fixed disableHandleCache not being correctly passed through to WebAccessFS
If the handle cache is enabled but a handle isn't in it, WebAccessFS.get will now try to get the handle from the underlying API before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)
If an inode is missing from the index, WebAccessFS.stat will try to lookup the underlying handle and add a new inode to the index before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)