I have left BAS running a script all night, and this morning hundreds of .ini files have appeared in the folder /engine/s occupying more than 15 GB and still rising, does anyone know what could be happening?
@MAB-Tech There is too little information to assume anything.
Please answer the question, or better yet, attach the project that is causing the problem to the forum's private messages.
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.