A very simple work around is to re-use the thread and not create and destroy them. Threads are pretty expensive, you’ll probably get a perf boost too… Kudos on the debugging though…
A very simple work around is to re-use the thread and not create and destroy them. Threads are pretty expensive, you’ll probably get a perf boost too… Kudos on the debugging though…