I POST parse json and save back [[user]], [[pass]], [[recover]] . I want to save this data when the thread fails, and when restarting that thread, reuse that user, pass, recover. Please help
@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.