containerd / ttrpc-rust

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

asynchronous client support timeout #139

Closed quanweiZhou closed 2 years ago

quanweiZhou commented 2 years ago

Fixes: #138 Signed-off-by: Quanwei Zhou quanweiZhou@linux.alibaba.com

Tim-Zhang commented 2 years ago

It's the revert of commit f2c1a91896315ccd58fb0120295801a849a8598c. The client timeout feature shouldn't have been removed, it‘s still useful when the server is panic but the connection is alive. @fupan PTAL