feat: Add tokio-stream dependency and update gRPC client for bidirectional streaming

This commit is contained in:
GW_MC
2026-03-03 09:01:14 +00:00
parent 08b28a2acf
commit 860b0f077d
5 changed files with 106 additions and 13 deletions

1
Cargo.lock generated
View File

@@ -2437,6 +2437,7 @@ dependencies = [
"sha2",
"thiserror 1.0.69",
"tokio",
"tokio-stream",
"tokio-test",
"toml",
"tonic",