containerd / ttrpc-rust

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

server: fix server exit once a accept failed #242

Closed quanweiZhou closed 5 days ago

quanweiZhou commented 6 days ago

If the Accept error occurs, an error can be output to ensure that the subsequent connect can be accepted normally.

Fixes: #239