Synchronization on unstable connection #381
-
Hello. We're working on an app, where devices are expected to sync in remote areas with an unstable connection. We were planning on using the DMS HTTP mode. My question is, how does DMS handle situations, where the connection is lost mid-sync? I presume that all partial data is rejected and the sync continues from the last uninterrupted sync? In that case, would it be possible for us to implement a streaming API without modifying the library? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Everything is encapsulated in transactions, so you should be fine. |
Beta Was this translation helpful? Give feedback.
Everything is encapsulated in transactions, so you should be fine.
For streaming, I don't think it's possible, without major changes
But I assume you can do a pulling system from your devices