Closed lsv closed 2 years ago
I had this happen in a previous version. Does it still happen in the newer version?
I'm getting it after just running the TL;DR instructions.
Pretty sure I found the bug. Line 122 of ThreadManager.ts should read:
if (threadIndex>=0) threads[threadIndex].inUse = false
Will update tonight
instead of:
if (threadIndex) threads[threadIndex].inUse = false
Update pushed, it should not happen anymore.
Ill give more info in a few days :)