containerd / ttrpc-rust

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

client: fix the issue of panic when client request timeout #56

Closed lifupan closed 4 years ago

lifupan commented 4 years ago

When the client request timeout, the client would be closed and the receive channel would be closed, thus send to it would get an error.

Signed-off-by: fupan.lfp fupan.lfp@antfin.com