- Регистрация
- 06.07.2023
- Сообщения
- 7
- Благодарностей
- 0
- Баллы
- 1
Hello
Great posts, most in russian. But i couldnt find the whole solution. I need to run 5 threads, but only in one of them go to page(which will reset proxy) how can i achive that?
i will check number of threads like that:
var Id = Guid.Parse(project.TaskId);
int currentTaskThreadsById = ZennoPoster.GetThreadsCount(Id);
return currentTaskThreadsById;
Will wait until 5 are open then i need to reset proxy(via open page) in only one of them.
BR
Great posts, most in russian. But i couldnt find the whole solution. I need to run 5 threads, but only in one of them go to page(which will reset proxy) how can i achive that?
i will check number of threads like that:
var Id = Guid.Parse(project.TaskId);
int currentTaskThreadsById = ZennoPoster.GetThreadsCount(Id);
return currentTaskThreadsById;
Will wait until 5 are open then i need to reset proxy(via open page) in only one of them.
BR