refactor(transport): implemented Bi stream based abstraction for actor communication with next loop override

This commit is contained in:
hdbg
2026-02-26 17:15:35 +01:00
parent 7b57965952
commit b8afd94b21
16 changed files with 1120 additions and 344 deletions

1
server/Cargo.lock generated
View File

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