-
Notifications
You must be signed in to change notification settings - Fork 144
Closed
Labels
Description
this starter-kit bug looks like a problem with the library. It is easy to replicate, @silverbucket and I have both seen it happen.
It looks like maybe there are conflicts coming in while outgoing pushes are still being queued. Maybe they're queued in https://github.com/remotestorage/remotestorage.js/blob/master/src/cachinglayer.js#L306-L315, maybe in the commit-cache, maybe just in sync tasks. Does make me think that maybe we have too many queues! ;) Should nonetheless be easy to fix, if you just reproduce it and trace what happens.