mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
If a user sends a message that is over the maximum transmission size gossipsub will disconnect from the peer being sent the message. This PR updates the logic to simply emit an error, not send the over-sized message but maintain the long-lived streams for future messages. Co-authored-by: Age Manning <Age@AgeManning.com>