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
Right now, when a file is not found and we access to its content, the method just keeps waiting. Instead of that, we can make an exists call before it.
Is it a good behavior to let a method keep waiting until the infinite? I understand that this action is not blocking at all, but what is the point?