orbitaloop/WebSqlSync

Question: handling sync interruption

Closed this issue · 1 comments

how this framework handles the interruptions occurs when sync is on the way. let's say at the middle of sending new data from client to server, data connection is lost. how it is handled?

Hello,
It's transactional. If the communication is lost in the middle of a sync, the client will send again all the data on the next sync. No data loss.