echidna
echidna copied to clipboard
Fix MVar issue
This writeBChan
was getting stuck when echidna was ctrl-c'd in some circumstances, causing an MVar error. This PR replaces it with writeBChanNonBlocking
. This may affect UI behavior in theory, but the queue size is 1000 so it should be fine.
May fix #1266, #1219, #1209