Closed xobs closed 6 years ago
The poll stack size was 256 bytes, which was not enough for certain effects such as "Twinkle". Increase the stack size to 400 bytes, which matches the stack size for normal forever() threads.
forever()
This fixes issue #234.
The poll stack size was 256 bytes, which was not enough for certain effects such as "Twinkle". Increase the stack size to 400 bytes, which matches the stack size for normal
forever()
threads.This fixes issue #234.