Airkek / Youtube-Viewers

simple C# Youtube livestream botter
MIT License
211 stars 108 forks source link

Can threads be called mutually exclusive? #148

Open HanHoRang opened 3 years ago

HanHoRang commented 3 years ago

An anomaly was discovered during functional testing and is being addressed. As you can see from the picture below, it is judged that the number of time calls per IP is limited. (The test was performed with 100 http proxies and set the threads to 20.) test #6 proxy 100, thread 10 test #2 proxy 100, thread 100

As a way to bypass this, I would like to configure and call a thread that uses the IP proxy of group A for 5 minutes, and then configure the thread using the IP proxy of group B for 5 minutes. After this, I will alternately call the A or B groups. Maybe there is a better way to bypass this?