From 71c55fb7536f06510a184e20e7f2bf44f576cdef Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Thu, 9 Jun 2022 12:29:42 +0800 Subject: [PATCH] doc: ttrpc supports stream https://github.com/containerd/ttrpc/pull/107 Signed-off-by: Paco Xu --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 11ca6e7..a5125cd 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,6 @@ directly, if required. - The client and server interface are identical whereas in GRPC there is a client and server interface that are different. - The Go stdlib context package is used instead. -- No support for streams yet. # Status