Skip to content

Commit

Permalink
fix: Fix client sending state mechanism that was blocking the executor
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Mar 15, 2024
1 parent c8ddd4e commit 29d3b07
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 171 deletions.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ cid = "0.11"
fnv = "1.0.5"
futures = "0.3"
futures-timer = "3"
instant = "0.1.12"
libp2p-core = "0.41"
libp2p-identity = "0.2"
libp2p-swarm = "0.44"
Expand All @@ -39,7 +40,7 @@ tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

[features]
wasm-bindgen = ["futures-timer/wasm-bindgen"]
wasm-bindgen = ["futures-timer/wasm-bindgen", "instant/wasm-bindgen"]

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docs_rs"]
Loading

0 comments on commit 29d3b07

Please sign in to comment.