fix(net): handle closed channel in Spawned downloader (#1346)

This commit is contained in:
Matthias Seitz
2023-02-14 18:21:14 +01:00
committed by GitHub
parent f63c8d7e36
commit 6e89af9e8e
8 changed files with 117 additions and 65 deletions

View File

@ -13,6 +13,7 @@ reth-interfaces = { path = "../../interfaces" }
reth-primitives = { path = "../../primitives" }
reth-eth-wire = { path = "../eth-wire" }
reth-db = { path = "../../storage/db" }
reth-tasks = { path = "../../tasks" }
reth-metrics-derive = { path = "../../metrics/metrics-derive" }
# async