@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
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 ?