Thorsten Reichert
Thorsten Reichert
Running into the same problem, was about to create an issue as well. I have a repro available [here ](https://github.com/ThorstenReichert/GrpcWebRepro), using a `net48` client with a `net5.0` server using a...
@JamesNK indeed, changing the appsettings json from ```json { "Kestrel": { "EndpointDefaults": { "Protocols": "Http2" }}} ``` to ```json { "Kestrel": { "EndpointDefaults": { "Protocols": "Http1AndHttp2" }}} ``` solved the...
> Alternatively, if there is only one `` element, the `Parameter_Set.Parameters` array will have a length of 1 where element 0 (eezo?) is a default instance of `Parameter`, and `Parameter_Set.ParameterSingle`...