AE Compass Service prevents VM termination
sfPlayer1 opened this issue ยท 3 comments
doesn't use Thread.setDaemon(true), leading to a non-daemon thread that will prevent MC from shutting down from an exception. As there is no way to orderly terminate the thread within a crash, making all auxiliary threads daemon threads is the only adequate solution.
Thanks, I would assume this would also apply here