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
it should wait with the next "Saving..." until the previous save attempt was completed.
Just a note that if we ever implement this, we should handle correctly a situation where the first save attempt failed (not sure what was the definition of "completed" above). We should try to continue saving the data again after getting an error/timeout or sth.
Just a note that if we ever implement this, we should handle correctly a situation where the first save attempt failed (not sure what was the definition of "completed" above). We should try to continue saving the data again after getting an error/timeout or sth.
We agreed to handle errors in the separate ticket. In this ticket, we should focus not to execute another save action before the previous one finish.
I wrote such a simple sample:
It behaves like this now:
IMO, it should wait with the next "Saving..." until the previous save attempt was completed.
It isn't a big deal if it doesn't wait, but it's odd. It wasn't natural for me.
The text was updated successfully, but these errors were encountered: