containerd / ttrpc-rust

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

Change read message error type to Error::Socket #61

Closed quanweiZhou closed 4 years ago

quanweiZhou commented 4 years ago

Change read message error type to Error::Socket

Because it's a socket error, we need to distinguish it from other errors.

Signed-off-by: quanweiZhou quanweiZhou@linux.alibaba.com