reflex icon indicating copy to clipboard operation
reflex copied to clipboard

Headless host exits with "thread blocked indefinitely in an MVar operation"

Open ryantrinkle opened this issue 4 years ago • 1 comments

I think this happens when everything that could possibly trigger an event is dead. Instead, the app should remain running indefinitely.

ryantrinkle avatar May 28 '20 14:05 ryantrinkle

I got the same Errormessage when I tried to finish an app with "exitFailure": It prints the failure exception, then the MVar error and then exits.

Please don‘t remain running indefinitely in that case. But I think it shouldn‘t show this error and instead exit cleanly when an exception is raised.

maralorn avatar May 29 '20 02:05 maralorn