vacp2p / nim-libp2p

libp2p implementation in Nim
https://vacp2p.github.io/nim-libp2p/docs/
MIT License
251 stars 55 forks source link

fix: avoid finishing write futures while stream is being closed #1032

Open diegomrsantos opened 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.77%. Comparing base (e9b4561) to head (9c1d879). Report is 1 commits behind head on unstable.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/status-im/nim-libp2p/pull/1032/graphs/tree.svg?width=650&height=150&src=pr&token=UR5JRQ249W&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=status-im)](https://app.codecov.io/gh/status-im/nim-libp2p/pull/1032?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=status-im) ```diff @@ Coverage Diff @@ ## unstable #1032 +/- ## ============================================ + Coverage 82.75% 82.77% +0.02% ============================================ Files 91 91 Lines 15616 15620 +4 ============================================ + Hits 12923 12930 +7 + Misses 2693 2690 -3 ``` | [Files](https://app.codecov.io/gh/status-im/nim-libp2p/pull/1032?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=status-im) | Coverage Δ | | |---|---|---| | [libp2p/muxers/mplex/lpchannel.nim](https://app.codecov.io/gh/status-im/nim-libp2p/pull/1032?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=status-im#diff-bGlicDJwL211eGVycy9tcGxleC9scGNoYW5uZWwubmlt) | `83.87% <100.00%> (+2.00%)` | :arrow_up: |