You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AFAICT, each VU does use it's own TCP connection. Where in the code do you see otherwise?
Why would you ever want to share TCP connections between VU's? That makes no sense to me.
If think I remember urlib3 connection pools, I could do a TCP count when running a sample test, but I don't use Locust anymore as I moved to Gatling. So I'll close it.
I think each virtual user should have it's own TCP connection by default, but we should be able to specify whether we'd like to share connections.
The text was updated successfully, but these errors were encountered: