Skip to content

Task in task pools panics randomly #13072

Answered by SkiFire13
IGOLTA asked this question in Q&A
Discussion options

You must be logged in to vote

The problem is that you never remove the ChunkGenerationTask component, so you end up polling the Task contained in it again after it has already yielded a value, which results in that panic you saw. The panic message from async-task is definitely not user friendly though.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@IGOLTA
Comment options

Answer selected by IGOLTA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants