I am wondering if anyone has encountered a time in which they would pause a thread for longer than 60 seconds? Right now, when I pause a thread and let it go for longer than 60 seconds, it will cause a warning (something about pumping messages). I know I can just continue with the program, but I doubt it's really safe to keep doing this, and what happens when I release the application live without debugging?
Is there anyway around this, or is it ok to just leave it as is?