Yurii Kramarenko
Yurii Kramarenko
@busheezy this problem was fixed in my pull request
> You can achieve this by spawning greenlets within your locust tasks. Here's a small example: > > ```python > from gevent.pool import Pool > from locust import HttpLocust, TaskSet,...
@heyman in my case it happens when I'm executing many requests on the same host (as in your example).
@heyman sorry about confusion, looks like it was my mistake. Everything is ok with `requests.Session`