Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

How to store.createRecord().save() without immediately effecting the client side instance?

$
0
0

@v3ss0n wrote:

Ember store.createRecord() insert the record immediately into store. It have huge problem when the record is a Real-time shared table on the server , IE , real-time / chat/ shared document. the long running EventSource/Websocket is updating the store in behind when new data is arrived, so it is not necessary for createRecord/DeleteRecord/updateRecord to effect immediately at local store. When multi-users are chatting , it screwed the ordering and sync.

Any way to make it so create/delete/update do not effect client-side data store , unless pushed by long running service ? while using createRecord/deleteRecord/updateRecord with save ?

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles