Merge pull request #121 from pacoxu/patch-1

doc: ttrpc supports stream
This commit is contained in:
Maksym Pavlenko 2022-06-21 21:58:37 -07:00 committed by GitHub
commit 691908d521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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