Skip to content
Snippets Groups Projects
  • Vijay Pai's avatar
    a9c0d7f8
    Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated... · a9c0d7f8
    Vijay Pai authored
    Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
    violating the appearance of unary-ness)
    a9c0d7f8
    History
    Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated...
    Vijay Pai authored
    Change names to StreamedUnary, ServerUnaryStreamer, etc. Use a templated method handler since most code shared between the new StreamedUnary and the existing BidiStreaming. Eliminate the separate enum case for streamed unary. Return a status failure if a StreamedUnary method handler doesn't actually do a write (since that is
    violating the appearance of unary-ness)