Go to file
FixedDev 489bfd14bc Fix issue causing island scans never finish.
There was an issue in 1.8 specifically(where PaperLib doesn't has async chunks) that caused a similar error to this https://pastebin.com/tHtKdH5y.

The issue was caused by the async task trying to take an snapshot of a chunk that couldn't be loaded async correctly, which caused issues like the shown above.

The fix works in the next way. All the chunks that don't have an available snapshot are sent into a pendingChunks list where a sync task will try to process a certain amount of chunks every tick. After the async processing is finished, the task remains waiting for the pending chunks to be available. When all the pending chunks are ready to be processed(have an available snapshot) the async task resumes and process the chunks that were pending.
2020-12-08 10:30:31 -06:00
src/main Fix issue causing island scans never finish. 2020-12-08 10:30:31 -06:00
.gitignore fixed bugs 2020-06-03 07:41:50 -05:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-06-15 01:18:23 +00:00
LICENSE Gradle conversion 2019-04-15 03:11:10 -06:00
pom.xml version 2.3.19 2020-12-02 09:01:06 -06:00