johanbrandhorst/protobuf

Wsproxy: add support for existing CallOptions

johanbrandhorst opened this issue · 2 comments

Header and Trailer CallOptions are supported in unary and server side streaming. They are not yet supported in client-side and bidi streams. Add support for this.

This means rewriting the "protocol" used in the websocket proxy, adding support for arbitrary "header" messages mixed with normal messages and a "trailer" messages that is sent last in the transmission.

This is superceded by the work in upstream