Skip to content

Commit

Permalink
fix: spawn generators to remove time skew (#272)
Browse files Browse the repository at this point in the history
* chore: clean out unnecessary `device_id`

* style: spawn to improve readability

* fix: print send errors

* fix: `ActionResponse` against uplink
  • Loading branch information
Devdutt Shenoi authored Aug 22, 2023
1 parent b654caa commit 67dff9f
Show file tree
Hide file tree
Showing 4 changed files with 462 additions and 539 deletions.
22 changes: 1 addition & 21 deletions tools/simulator/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 tools/simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["Devdutt Shenoi <[email protected]>"]

[dependencies]
fake = { version = "2.5.0", features = ["derive"] }
flume = "0.10"
futures-util = "0.3"
log = "0.4"
rand = "0.8"
Expand All @@ -16,5 +17,5 @@ structopt = "0.3"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
tokio-util = { version = "0.7", features = ["codec", "time"] }
tokio-util = { version = "0.7", features = ["codec"] }
uplink = { path = "../../uplink" }
Loading

0 comments on commit 67dff9f

Please sign in to comment.