containerd / ttrpc-rust

Rust implementation of ttrpc (GRPC for low-memory environments)
Apache License 2.0
197 stars 47 forks source link

example: Use new domain socket protocol of ttrpc #128

Closed Tim-Zhang closed 2 years ago

Tim-Zhang commented 2 years ago

In #116, we update the protocol of socket path to

In the example we use abstract socket, so we should update the address "unix:///tmp/1" to "unix://@/tmp/1".

Signed-off-by: Tim Zhang tim@hyper.sh