Skip to content
This repository has been archived by the owner on Oct 1, 2018. It is now read-only.

Fix race condition and android bugs resulting in an incomplete/corrupted installation #44

Merged
merged 1 commit into from
Nov 24, 2015

Commits on Nov 21, 2015

  1. Fix race condition and android bugs with incomplete/corrupted install…

    …ation
    
    This will make sure the www folder is never left in a corrupted state. If it is corrupted, it will always be recreated on app start.
    
    Also fixes a race condition with two installations being started concurrently, and interfering with each other's files. For example both would compete over the www_backup folder, and in my app's case, this would always fail the update because I have a lot of files in the app and file system errors would occur.
    andreialecu committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    c616fe1 View commit details
    Browse the repository at this point in the history