Closed donotturnoff closed 2 years ago
Sometimes there is a heap-buffer-overflow (or some other memory corruption error) on shutdown, because one thread is trying to access events from another thread which has joined.
This appears to be fixed after having removed the extra event dispatch thread
Sometimes there is a heap-buffer-overflow (or some other memory corruption error) on shutdown, because one thread is trying to access events from another thread which has joined.