Hi,
I have developed a multi-threaded application using JUCE. My problem is if i try to forcefully exit the application, some of the threads still remain active. I tried using the static method Thread::stopAllThreads during exit, but it does not work 
Can somebody suggest a workaround?
