containerd / ttrpc-rust

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

asynchronous client support timeout #138

Closed quanweiZhou closed 2 years ago

quanweiZhou commented 2 years ago

Asynchronous client does not support timeout.

Tim-Zhang commented 2 years ago

We have this feature before, but after server timeout supported, the client timeout have been deleted f2c1a91896315ccd58fb0120295801a849a8598c

I think it should be reverted, thank you @quanweiZhou