Skip to content

Commit

Permalink
fix: handle multiple substreams on bitswap (#650)
Browse files Browse the repository at this point in the history
* fix: handle multiple substreams on bitswap

* fixup: remove unused error types
  • Loading branch information
dignifiedquire authored Feb 1, 2023
1 parent 1b63080 commit 48748c4
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 387 deletions.
1 change: 1 addition & 0 deletions iroh-bitswap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ anyhow.workspace = true
async-broadcast.workspace = true
async-channel.workspace = true
async-trait.workspace = true
async-stream.workspace = true
asynchronous-codec.workspace = true
bytes.workspace = true
cid.workspace = true
Expand Down
Loading

0 comments on commit 48748c4

Please sign in to comment.