Mike

Results 3 comments of Mike

Have it in c#, but after a little testing it seem not to do anything, I will get back when I know more. ```csharp var channelOptionsLocal = new GrpcChannelOptions {...

Now I get an GRPCError ```python grpclib.exceptions.GRPCError: (, "Received :status = '426'", None) ``` Tried https://grpclib.readthedocs.io/en/latest/errors.html#error-details but details is None

The problem seems to be that the cloud service is running http 1.1 with UseGrpcWeb and only http 2 is supported. Could this be correct?