server/rwhod: add both sender and receiver task
Some checks failed
Build and test / check (push) Failing after 54s
Build and test / build (push) Successful in 1m19s
Build and test / test (push) Failing after 1m50s
Build and test / docs (push) Failing after 1m58s

This commit is contained in:
2026-01-05 00:31:20 +09:00
parent dabc54a943
commit 953909da8b
5 changed files with 300 additions and 60 deletions

View File

@@ -19,7 +19,9 @@ bytes = "1.11.0"
chrono = { version = "0.4.42", features = ["serde"] }
clap = { version = "4.5.53", features = ["derive"] }
nix = { version = "0.30.1", features = ["hostname", "net"] }
tokio = { version = "1.49.0", features = ["macros", "net", "rt-multi-thread"] }
tokio = { version = "1.49.0", features = ["macros", "net", "rt-multi-thread", "signal", "sync", "time"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
# onc-rpc = "0.3.2"
# sd-notify = "0.4.5"
# serde = { version = "1.0.228", features = ["derive"] }