ttrpc-rust icon indicating copy to clipboard operation
ttrpc-rust copied to clipboard

Streaming support.

Open wllenyj opened this issue 3 years ago • 0 comments

Streaming is already supported by golang's ttrpc in https://github.com/containerd/ttrpc/pull/107. The rust implementation will also follow.

changes:

  • [x] Protocol modification to support Streaming.
  • [x] Client modification to support Streaming.
  • [x] Server modification to support Streaming.
  • [x] Generator modification to support Streaming.
  • [ ] More unit test.

wllenyj avatar May 22 '22 18:05 wllenyj