Hello,
I'm having an issue using the library, most of the requests work fine, but over the time I have a leak of socket keeping open :


Those are two metrics provided from prom-client :
The code used to get this result :
- Using p-queue, make 200 K requests (100 concurrently) using new proxy for each request
Does anyone got a leak like this one before ?
I tried to set all the timeouts on got, and to destroy manually the request stream and response stream, but that didn't change anything 😕
Hello,
I'm having an issue using the library, most of the requests work fine, but over the time I have a leak of socket keeping open :
Those are two metrics provided from prom-client :
The code used to get this result :
Does anyone got a leak like this one before ?
I tried to set all the timeouts on got, and to destroy manually the request stream and response stream, but that didn't change anything 😕