Hello, I have 100 accounts want to cyclic post many times, I use counter sequent pick up this 100 accounts, and it works fine in debug model.
The problem is, when I set 20 threads to post(set 20 execution count), ZennoPoster can not sequent pick account 1, 2, 3 to post, but use account 1 post 20 times, then account 2 post 20 times and so on.
How can I sequent pick account 1, 2, 3 to post( each account post one time) by multiple threads? Any advice would be appreciated.
The problem is, when I set 20 threads to post(set 20 execution count), ZennoPoster can not sequent pick account 1, 2, 3 to post, but use account 1 post 20 times, then account 2 post 20 times and so on.
How can I sequent pick account 1, 2, 3 to post( each account post one time) by multiple threads? Any advice would be appreciated.