This is a problem because things like opening ADHD mode back up upon app resumption will cause the tasks sidebar to not load, and the application to be bricked for several minutes.
Spawned like 5 concurrent tasks today, and got bit sidetracked by an issue related to spawning more than 3/4 claude SDK at the same time, this bricks the entire app for me (e.g. all network calls start failing, dev tool breaks, you can't open the file explorer or individual files anymore, etc).
It is only restart by a full shutdown of the main process + renderer. I think it's due to the main thread being blocked :detective_pikachu:
This is a problem because things like opening ADHD mode back up upon app resumption will cause the tasks sidebar to not load, and the application to be bricked for several minutes.
Spawned like 5 concurrent tasks today, and got bit sidetracked by an issue related to spawning more than 3/4 claude SDK at the same time, this bricks the entire app for me (e.g. all network calls start failing, dev tool breaks, you can't open the file explorer or individual files anymore, etc).
It is only restart by a full shutdown of the main process + renderer. I think it's due to the main thread being blocked :detective_pikachu: