Hi there!
Since a few days, I’ve got issues with progress sync.
If I read on a single device, no problem. But if I launch a second device (even without opening a book on it), my progress goes completely awry. The book I’m currently reading goes a few percent back, and some books I’ve finished reading goes bask to in the reading list with a random progress percentage.
Any cue on how to debug and solve this?
Thanks!
[edit : ] additional information I forgot to mention : I’m streaming from Komga (if it’s relevant)
Sorry for taking so long on getting back to you about this issue.
We finally found the problem!
We have a retain cycle in the Vertical Scroll reader that causes it to stay in memory even after you stop reading. The problem is that, indirectly, the reader holds an outdated copy of the reading session. Additionally, whenever you put the app in the background, it saves the reading session and synchronizes it with the backend.
If you open the same comic using the vertical reader multiple times, the app accumulates multiple copies of the reader with multiple outdated snapshots of the reading session.
If you are lucky, the latest session is stored and synced last. But if you are unlucky, the same happens with one of the outdated sessions. Causing random rollbacks of the progress
We’ll submit a fix today and hopefully will be available in the upcoming days.
For now, I’d recommend not using the Vertical Scroll Reader if you care about having accurate reading progress tracking.