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
This page documents the behavior when a process tries to acquire a lock which is currently held by other process. Library uses the default timeout of 5 secs which is a default Portalocker setting. Interval for trying to get the lock is 0.25 secs which is also a default Portalocker setting. If a process can not acquire a lock before the timeout a Lock exception will be thrown by the underlying portalocker library.