refactor: introduce TransportActor abstraction

This commit is contained in:
hdbg
2026-02-25 18:57:16 +01:00
parent fe8c5e1bd2
commit 7bd37b3c4a
10 changed files with 637 additions and 7 deletions

1
server/Cargo.lock generated
View File

@@ -73,6 +73,7 @@ dependencies = [
"tonic",
"tonic-prost",
"tonic-prost-build",
"tracing",
"url",
]