canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

real-time doesn't handle updates when the id doesn't change #436

Closed justinbmeyer closed 5 years ago

justinbmeyer commented 5 years ago

if I have a list of entries, but then I update a list of entires in a way that should not affect the sort order, the items are still added and removed from the list.