When I use it in a normal 1 thread script, it works correctly.
But I wish to use a multi-threaded method to accelerate the process.
I see this issue when I use more than one thread, with each thread using the same data, such as 1 1 1 then 2 2 2 if I am using three threads
@xmypuk already updated on a new version also the script already updated, i try to uninstall and install again with the same version and its back normal, weird problem but alreasy fix it thanks
@Bigma So can I ask one more thing? How can I repeat a specific action? For example: If it gets a phone number and fails, I want it to get it again. But I want to solve this with a single loop command instead of adding multiple commands. But of course, if it is successful, I want it to continue the process.