Skip to content

Commit

Permalink
Streams may now be resumed on disconnect
Browse files Browse the repository at this point in the history
On high latency network connections it is possible that streams
will be dropped from time to time. This allows us to now resume
from where the upload stream was dropped.
  • Loading branch information
allada committed Jul 27, 2023
1 parent bca2f3d commit b0b66a1
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 83 deletions.
3 changes: 2 additions & 1 deletion cas/grpc_service/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,12 @@ rust_test(
"//util:common",
"//util:error",
"@crate_index//:futures",
"@crate_index//:hyper",
"@crate_index//:maplit",
"@crate_index//:pretty_assertions",
"@crate_index//:prometheus-client",
"@crate_index//:tokio",
"@crate_index//:tokio-stream",
"@crate_index//:tokio",
"@crate_index//:tonic",
],
)
Loading

0 comments on commit b0b66a1

Please sign in to comment.