holepunchto / hyperswarm

A distributed networking stack for connecting peers.
https://docs.holepunch.to
MIT License
1.06k stars 85 forks source link

Leaks sockets / tcp servers #105

Closed Raynos closed 2 years ago

Raynos commented 2 years ago

When I try to create multiple hyperswarms and close them in a test suite my node program halts because a bunch of tcp sockets /servers are still open

Raynos commented 2 years ago

It was actually my fault. I allocated 4 hyperswarmsand destroyed 3.