&
&
a `TTLDataTransform` has been added as an impl, but its not yet used
https://bun.sh/docs/cli/install#local-packages-bun-link is this not the solution?
Hey @elenaf9 ! I have checked both, - I'm using `cbor` by the way, and a message that we have seen to fail has just 700 bytes, much below the...
The thing is I'm unable to reproduce this locally so far, it only happens in our production machine and that one has a lot of peers connected to it, would...
> Just to be really sure, does the network contain peers other than DKN clients? For example sharing bootstrapping peers would lead to a non-homogeneous network. We use a discovery...
Would love to hear any ideas really, this error alone is killing our entire network. Approximately 90 out of every 100 requests have EoF error. Can't reproduce this error with...
> The only thing related to `request-response` that comes to my mind is [#5858](https://github.com/libp2p/rust-libp2p/issues/5858). The problem was introduced in libp2p-swarm==0.46.0, and later fixed in libp2p-swarm==0.46.1. Thanks, will check! Would `cbor`...
My guess was unrelated to the linked issue you linked above, but instead I was suspicious of this line here: https://github.com/libp2p/rust-libp2p/blob/master/protocols/request-response/src/cbor.rs#L129 which then goes to https://github.com/libp2p/rust-libp2p/blob/master/protocols/request-response/src/cbor.rs#L190
good point! > The way snarkjs is set as a peerDependency for 0.7.x, it would need to be updated to ^0.7.5 too I would imagine though indeed will include this...
the existing fix does not break with the fixed snarksj version though right?