sukun

Results 129 comments of sukun

I'm fine with `ConnTrimmer`. Another alternative is `ConnGC`.

It seems reasonable to not panic on closing subscription twice.

We will update all the deps before the next release.

closing in favour of #3439

@varun-r-mallya You can reopen PR once you address the build failures. If you need help with this, you can use the libp2p-implementers channel on the filecoin slack.

Can you elaborate on the load testing use case?

1. Is there any reason for this transport to live inside go-libp2p. It can be a separate repo. What do we gain by keeping it in this repo? 2. Why...

>Is there any reason a new repo is needed for 150 lines and some tests? There's a maintenance cost to any code that's added. We generally only add things that...

I like the idea of a method on the connection giving me the `qlog.Writer`, which allows me to call `RecordEvent` with a `qlog.Event` for recording custom events. Breaking ``` Tracer...