feat: close transports that implement io.Closer
This way, transports with shared resources (e.g., reused sockets) can clean them up. fixes https://github.com/libp2p/go-libp2p/issues/999
Showing
Please register or sign in to comment
This way, transports with shared resources (e.g., reused sockets) can clean them up. fixes https://github.com/libp2p/go-libp2p/issues/999