Closed vvo closed 8 years ago
Hey, thanks again!
Does it fail consistently? Mind sharing the backtrace? I'd still like a failing test case, so perhaps we can get to the bottom of it together. ;)
Actually, I think just calling ref
on the client socket delegates to the underlying handle and that's a sufficient test case. I'll write tests for all permutations.
Thanks :)
Thanks again. Released as Mitm v1.3.1.
Node.js current code does reference ref and unref, my tests are failing on node 6.5.0 using latest node-mitm. Possibly because of using ssl sockets somewhere.
This completely fix it, no idea how to create a test though