Another thing Im seeing now is my bots closing out automatically. I have some that should run indefinitely and never had issues before. But now I have to restart them daily for some reason.
@ahmad
It looks like you're trying to load these characters through the browser's address bar, like "VL8LIKZ7fPQ". Probably you have some problem in the logic of the script.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.