Replace request-response incoming requests queue with async-channel (#14199)

This commit is contained in:
Dmitry Markin
2023-05-24 12:24:09 +03:00
committed by GitHub
parent 4766ec5531
commit db90f3b622
13 changed files with 53 additions and 53 deletions
+4
View File
@@ -9038,6 +9038,7 @@ name = "sc-consensus-beefy"
version = "4.0.0-dev"
dependencies = [
"array-bytes 4.2.0",
"async-channel",
"async-trait",
"fnv",
"futures",
@@ -9426,6 +9427,7 @@ dependencies = [
name = "sc-network-bitswap"
version = "0.10.0-dev"
dependencies = [
"async-channel",
"cid",
"futures",
"libp2p-identity",
@@ -9502,6 +9504,7 @@ name = "sc-network-light"
version = "0.10.0-dev"
dependencies = [
"array-bytes 4.2.0",
"async-channel",
"futures",
"libp2p-identity",
"log",
@@ -9543,6 +9546,7 @@ name = "sc-network-sync"
version = "0.10.0-dev"
dependencies = [
"array-bytes 4.2.0",
"async-channel",
"async-trait",
"fork-tree",
"futures",