github.com/badrootd/celestia-core@v0.0.0-20240305091328-aa4207a4b25d/.changelog/v0.34.27/bug-fixes/9936-p2p-fix-envelope-sending.md (about)

     1  - `[p2p]` Correctly use non-blocking `TrySendEnvelope` method when attempting to
     2    send messages, as opposed to the blocking `SendEnvelope` method. It is unclear
     3    whether this has a meaningful impact on P2P performance, but this patch does
     4    correct the underlying behaviour to what it should be
     5    ([tendermint/tendermint\#9936](https://github.com/tendermint/tendermint/pull/9936))