Thomas Eizinger
Thomas Eizinger
`cargo` doesn't seem to be too happy about the version bumps. I can recommend running `cargo check --all-targets --all-features --workspace` locally to see if everything is alright :)
Let's get it in!
I can only second what @mxinden said. The root cause here is an IO error as we can see from the log which is unlikely to be yamux' fault.
> I tried to replace it with mplex. This particular scenario worked well without any errors or warnings under the same heavy load, however it started to work strange in...
Okay, thanks for clarifying! Let's go back to commit hashes then please @umgefahren! Plus, https://github.com/libp2p/rust-libp2p/pull/2917#discussion_r974884841 needs to be addressed before we can merge this!
> Thanks for writing this POC! > > From what I can see here, I am in favor of this proposal. > > I would like to only merge here...
@mxinden Updated the PR description with an open question.
@mxinden In https://github.com/libp2p/rust-libp2p/discussions/2957, a usecase for tracking the number of substreams in metrics came up. I can't think of a way of recording this though if we don't want to...
@AgeManning I'd be curious what you think of this PR in regards to what it changes in gossipsub ([`534c3f6` (#2878)](https://github.com/libp2p/rust-libp2p/pull/2878/commits/534c3f6ed9d8bc43f6fdc8a9313df811343fe7dd)). The gist is that we can now enforce, how many...
I can't reproduce [this](https://github.com/libp2p/rust-libp2p/actions/runs/3249249130/jobs/5331434048) error on my machine. Anyone else got any luck? Also, can you have another look at this @mxinden? I implemented a _per connection_-configurable limit now as...