Try: If thread index * sleep > (certain number)
Make it sleep for a random amount of time (few minutes)
Close current thread due to timeout
-
Hi
I am trying to close the current thread due to timeout but it is not working. I called the async function : http://prntscr.com/shwvpm
But it closed another thread, it seems that async function is called in another thread. Is there any way i can achieve this goal ?