containerd / ttrpc-rust

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

Bugfix: fix client request hang, for socket error. #47

Closed quanweiZhou closed 4 years ago

quanweiZhou commented 4 years ago

If client socket get error, all the client request without timeout will hang for client receiver thread do not return the error.

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