I have 30 secs delay and I have even removed the "wait for async function completation" but nothing works...
The bot runs fine, but after a while it stays like this infinite time
I createa server in Node.js and I want to run this function when it is called, and then do the task asynchronously in a seperate thread and browser and then return the result how can I do this ?