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
/* Issues to watch for:* TODO: Tile image read during write - The web server could attempt to read a file while the file is being written.* - Possible solution: write to a random filename then try { mv rndname to finalname with overwrite } catch { try again later for a max of N times }* This should provide as much atomicity as possible, and allow anything that's blocking access to be bypassed via time delay. Needs to just fail under exceptions that indicate always-fail conditions.*/
The text was updated successfully, but these errors were encountered:
Comes from this comment in Program.cs:
The text was updated successfully, but these errors were encountered: