kurko / ember-sync

MIT License
282 stars 28 forks source link

EmberSync make another request when page is refreshed #39

Closed Simone-cogno closed 9 years ago

Simone-cogno commented 9 years ago

When embersync.save() is called a request is sent to online store. But when page is refreshed another request is sent and generate a duplicate on online store. Embersync.save() is not re-called after page refresh. It seems that the request remains in queue and it's re-executed. There is a known solution to this problem?

kurko commented 9 years ago

Can you past a screenshot of the Network tab in the console? I've never noticed that.