containerd / ttrpc

GRPC for low-memory environments
Apache License 2.0
559 stars 80 forks source link

Fix server shutdown logic #130

Closed austinvazquez closed 1 year ago

austinvazquez commented 1 year ago

Fixes #129

Simplify close idle connections logic in server shutdown to be more intuitive. Modify add connection logic to check if server has been shutdown before adding any new connections. Modify test to make all calls before server shutdown.

Signed-off-by: Austin Vazquez macedonv@amazon.com

austinvazquez commented 1 year ago
kzys commented 1 year ago

@dmcgowan @cpuguy83 PTAL