snix/tvix/castore/src/proto
Florian Klink 30995a0990 fix(tvix/castore/grpc): don't use explicit channel
We can just use the `BoxStream` directly, or a `once` with the single
`Directory`.

In the recursive case, we also did not properly close the channel after
the first error.

Change-Id: Ifad56d307fc7861107b6d3cffd28d35631d526e6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11635
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Autosubmit: flokli <flokli@flokli.de>
2024-05-13 22:05:59 +00:00
..
tests feat(tvix/castore): add convenience add method to Directory 2024-04-19 20:10:14 +00:00
grpc_blobservice_wrapper.rs feat(tvix/castore/blob/grpc_wrapper): add blob.digest field 2024-04-15 19:32:04 +00:00
grpc_directoryservice_wrapper.rs fix(tvix/castore/grpc): don't use explicit channel 2024-05-13 22:05:59 +00:00
mod.rs feat(tvix/castore/path): use proto::validate_node_name 2024-05-01 13:40:24 +00:00