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
BUG: avoid writing incomplete maps files and store hash only in case of success
This fixes different potential issues:
- mapFile.hash was stored even though the map file was not written succesfully. Then we would not attempt to write it on the next Refresh.
- WriteString writes into the file, even though Sync() is not called. Hence, we can write some chunks but not all.
0 commit comments