I overlooked a subtle implementation detail in the https://connectrpc.com/docs/protocol/#streaming-rpcs spec: server-streaming RPCs actually expect in a 'stream' of enveloped messages. Axum-connect incorrectly treats them as unary JSON payloads and fails to decode them.
I overlooked a subtle implementation detail in the https://connectrpc.com/docs/protocol/#streaming-rpcs spec: server-streaming RPCs actually expect in a 'stream' of enveloped messages. Axum-connect incorrectly treats them as unary JSON payloads and fails to decode them.