proxy_pool icon indicating copy to clipboard operation
proxy_pool copied to clipboard

BUG:用多线程访问api get或pop方法,服务器经常返回相同的IP

Open evillazyer opened this issue 3 years ago • 1 comments

使用多线程访问API get或者pop,服务器经常返回相同的IP。或者有时候多线程调用pop,明明池子里有IP,却返回no proxy说没有IP了。是不是服务器对并发支持得不太好?

evillazyer avatar Dec 19 '21 02:12 evillazyer

get方法是random.choice(getAll) 返回相同是正常的

jhao104 avatar Dec 20 '21 06:12 jhao104