Please attach a test project that replicates this problem. Also, specify what is in the resource? You can attach the project and the file for the resource here or in a forum PM.
What is "greedy algorithm" option in resource config?
-
@adsasdfasdf
You have 3 proxy in resource. And you set 2 successful uses.
Greedy algorithm on:
use proxy #1 (success)
use proxy #1 (success)
use proxy #2 (success)
use proxy #2(success)
use proxy #3(success)
use proxy #3 (success)Greedy algorithm off:
use proxy #1 (success)
use proxy #2 (success)
use proxy #3 (success)
use proxy #1 (success)
use proxy #2 (success)
use proxy #3 (success)