Davi de Castro Reis
Davi de Castro Reis
Hi @chfoo, I have attempted a backport of warcat, and it seems to be working fine for me. See the code at https://github.com/bonitao/warcat/tree/py2. I disabled some tests, but if you...
> oops, think i might have stomped on your change, @bonitao . i'll back off if you're still actively debugging. :) Go ahead, no problem. I just got confused. But...
FWIW, in a simpler example I could get rid of the leaks as long as TESTCONTAINERS_RYUK_DISABLED=true. With ryuk enabled, the socket connection initiated [here](https://github.com/testcontainers/testcontainers-node/blob/823950cf8206efaab8eebc28e1528eddfaaf1468/packages/testcontainers/src/reaper/reaper.ts#L66) is never closed and there is...