Wsproxy: add support for existing CallOptions
johanbrandhorst opened this issue · 2 comments
johanbrandhorst commented
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.
johanbrandhorst commented
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.
johanbrandhorst commented
This is superceded by the work in upstream