Darius Clark

Results 202 comments of Darius Clark

blocked until webrtc transport is updated

Hey! Thanks for the PR. Correct me if I am wrong but I dont believe this is apart of the quic spec. Might be something worth doing discussing over in...

Changing this PR to a draft until it is determined upstream.

> Could you share a bit about the motivation for removing the use of async-trait? Would be one less dependency we would be using, and allow us to begin to...

Converting to draft to allow more discussion about this change

Thinking more on this, we could change it so it is similar to https://github.com/libp2p/rust-libp2p/pull/5812#discussion_r1947659149 where the trait itself would use `fn -> impl Future` while the impl would continue use...

> ok, so working from #5592 and updating to rcgen v0.13.1 seems to be the conclusion. I will give it a try. If you have any questions feel free to...

Hey! Nice catch on the possible overflow. While I am not against having it fixed to a specific value if it does overflow, I am curious on if we should...

Hey! Thanks for the bug report. I noticed this last night when transmitting payloads more than 400KiB (though 512KiB or more can trigger it). This is with or without splitting...

> I retraced the issue yesterday, I think. I think this has something to do with https://docs.rs/libp2p-yamux/latest/libp2p_yamux/struct.WindowUpdateMode.html#method.on_read (see the warning). The possibility of the deadlock occurring was presumably removed in...