containerd / ttrpc

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

server: fix the issue if connections leak #61

Closed lifupan closed 4 years ago

lifupan commented 4 years ago

When the connection closed, it should delete the connection from server's connections map.

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

lifupan commented 4 years ago

Can you please cover it with tests?

Hi @Zyqsempai Done!