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
When updating a list through the can.List.prototype.replace method and deferreds, the replace method fails to check whether the settled deferred is not stale, i.e., overtaken by a later replace operation on the same list.
When deferreds settle out-of-order (as is common with server requests and network connections over which the author has no control) this leads to potentially unexpected or invalid application states.
When updating a list through the
can.List.prototype.replace
method and deferreds, the replace method fails to check whether the settled deferred is not stale, i.e., overtaken by a later replace operation on the same list.When deferreds settle out-of-order (as is common with server requests and network connections over which the author has no control) this leads to potentially unexpected or invalid application states.
Example
The text was updated successfully, but these errors were encountered: