Spinner should not exit after failure
techalchemy opened this issue · 0 comments
techalchemy commented
The signal handler in the spinner is causing a deadlock on windows due to attempting to prematurely exit at runtime. We don't even actually want to exit here, so we should just stop trying.