containerd / ttrpc-rust

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

Bump tokio-vsock to 0.3.1 and remove hack code for it #92

Closed Tim-Zhang closed 3 years ago

Tim-Zhang commented 3 years ago

tokio-vsock 0.3.1 has fixed the fd leak to child process problem(rust-vsock/vsock-rs#15), upgrade the tokio-vsock and remove the set-cloexec hack for the tokio-vsock stream.

Signed-off-by: Tim Zhang tim@hyper.sh