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
Same behavior on iOS with Tachimanga, but when using Mihon on Bluestacks it works as expected. I compare it to the other source from same repo: MangaGun takes 2-3 seconds to update. I brought the issue to the keyoshi github repo (keiyoushi/extensions-source#3716), but they couldn't reproduce it on Mihon.
Is this the platform problem?
The text was updated successfully, but these errors were encountered:
this is expected, Suwayomi is running code designed to run on an android phone on a desktop pc, so it has to do stuff differently and sometimes that takes significantly longer
when fetching the chapter list of a manga, the real chapter urls are also retrieved (which mihon is not doing), which in case of this extension, results in a request per chapter which, depending on the amount of chapters, is taking forever
Device information
Steps to reproduce
Expected behavior
Chapter list updates within seconds.
Actual behavior
Chapter list update takes up to a minute.
Other details
Same behavior on iOS with Tachimanga, but when using Mihon on Bluestacks it works as expected. I compare it to the other source from same repo: MangaGun takes 2-3 seconds to update. I brought the issue to the keyoshi github repo (keiyoushi/extensions-source#3716), but they couldn't reproduce it on Mihon.
Is this the platform problem?
The text was updated successfully, but these errors were encountered: