Is your feature request related to a problem? Please describe.
The long incomplete HTTP request/response (and HTTP2 requirement for bidirectional streaming) used by the current streams implementation was already found to be unsuitable for Harmony due to the same issues outlined in the documentation; the streams implementation is blocking us from adopting Buf Connect as a more standard replacement to our home-grown hRPC.
Describe the solution you'd like
Support for WebSockets for streams to play nicer with proxies and other standard tooling
Is your feature request related to a problem? Please describe.
The long incomplete HTTP request/response (and HTTP2 requirement for bidirectional streaming) used by the current streams implementation was already found to be unsuitable for Harmony due to the same issues outlined in the documentation; the streams implementation is blocking us from adopting Buf Connect as a more standard replacement to our home-grown hRPC.
Describe the solution you'd like
Support for WebSockets for streams to play nicer with proxies and other standard tooling