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
As per this comment in PR #377, we should consider moving releaseLock from updateStateFile to setupExitHandlers during cleanup. This issue is created as requested by @fcanela.
The text was updated successfully, but these errors were encountered:
During the refactor we noticed that the releaseLock logic was placed in an incorrect place: it would release the lock unintentionally, allowing multiple executions of the app.
The logic should me moved so the lockfile is only released when the application is about to exit.
As per this comment in PR #377, we should consider moving
releaseLock
fromupdateStateFile
tosetupExitHandlers
during cleanup. This issue is created as requested by @fcanela.The text was updated successfully, but these errors were encountered: