From dcc7d39848621e8b22b1ef74095d94908559db98 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Fri, 21 May 2021 15:53:35 -0700 Subject: [PATCH] Remove "Very new" and checked TODO items ttrpc is not new. It has been used by containerd for years. Fixes #59. Signed-off-by: Kazuyoshi Kato --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 6f407f3af..7c7b74a1e 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,8 @@ directly, if required. # Status -Very new. YMMV. - TODO: -- [X] Plumb error codes and GRPC status -- [X] Remove use of any type and dependency on typeurl package -- [X] Ensure that protocol can support streaming in the future - [ ] Document protocol layout - [ ] Add testing under concurrent load to ensure - [ ] Verify connection error handling