Page MenuHomePhorge

In case of Internet disconnection, should allow the user to retry sooner
Open, NormalPublicFEATURE REQUEST

Event Timeline

tusooa renamed this task from In case of Internet disconnection, should retry sooner to In case of Internet disconnection, should allow the user to retry sooner.Jul 28 2024, 9:30 PM
tusooa claimed this task.
tusooa moved this task from Backlog to In Progress on the the Kazv Project board.

We need a way to stop and restart the sync immediately, and at the same time ensure there is only one sync job running.

Instead of sync forever in Client, we can do one sync cycle in the function, and give control to the user of libkazv. Then, in kazv we can implement the retry logic.