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
// sends bulk update request, or creates database if it does not exist yetstore.push()// disconnects & cancels all requests from above and makes `hoodie.store.push()` reject its promisestore.clear()
The text was updated successfully, but these errors were encountered:
we now call .disconnect() in .reset(). disconnect checks if there is an active replication and cancels it, but I see a potential issue when for example .pull and .push are called at the same time, as they both set state.replication. So .disconnect() will only cancel the last replication, but not the other
The text was updated successfully, but these errors were encountered: