likeazir
likeazir
Reviving this issue again - I played with FediFetcher and Sharkey (Misskey Fork with Mastodon API) and FediFetcher seemed to work for a bit but seemed to fail unusually often...
Thank you for the reply My issue was I upped max new followings to 200, but sharkey only supports to fetch 100 Sharkey (and probably others too) seem to return...
If noone is working on this, I'm probably going to have a go at this later this week
Hey, an update, I took another look and I think I found something and I wanted to share it because it may be helpful. Here https://github.com/grishka/appkit/blob/a69ffd1a7ceac2411bb25c540efd19a0962acb6a/appkit/src/main/java/me/grishka/appkit/imageloader/ImageCache.java#L635 the http.cancel() does not...
From what I understand in the okhttp source, calling .cancel tries to immediately destroy the connection if there is one (maybe this is/was the reason for synchronous network I/O in...