containerd / ttrpc-rust

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

server: fix server exit once a accept failed #240

Closed quanweiZhou closed 1 month ago

quanweiZhou commented 1 month ago

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

Fixes: #239