Eugene Huang

Results 3 comments of Eugene Huang

You may try to set fewer tasks. ``` var config = new FFImageLoading.Config.Configuration(); config.SchedulerMaxParallelTasks = 1; // Depending on how many parallel tasks you need. ImageService.Instance.Initialize(config); CachedImageRenderer.Init(); ```

I have rewritten the OpenCC project. The release of v0.2 can be downloaded from the release page. Please try it and see if the issue is still there. Note: there...

The project was rewritten, and the new version can be downloaded from the release page. Please check if the issue is still there. Please note: there are settings required to...