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
After editing a large model, when the model is saved, it takes some time to complete saving the model.
However, FileWatcher already reacts and runs the promise and view generation.
Since the model (XML file) hasn't been wholly persisted, the model loading process will throw an error.
The text was updated successfully, but these errors were encountered:
We may want to do something like having a patience period between a file having been changed and Picto reacting to it. For instance, when we detect a file having been changed, we don't react to it until it has not been changed any more for 1 second or so.
After editing a large model, when the model is saved, it takes some time to complete saving the model.
However, FileWatcher already reacts and runs the promise and view generation.
Since the model (XML file) hasn't been wholly persisted, the model loading process will throw an error.
The text was updated successfully, but these errors were encountered: