-
Hi,
I'm not sure if I'm using this library correctly, so my apologies upfront...
In the server part of the test-suite, if I change the body of the implementation of the `Stream` trait to inclu…
-
How should I be adding interceptors to my client with a code first approach?
See: https://github.com/ScottKane/GrpcAuth
Interceptor:
```c#
public class TestInterceptor : Interceptor
{
pu…
-
### Description
Hello,
I have a .netcore3.1 integration test project which calls a GRPC service.
**The service is only available via HTTP**. I cannot change the service now.
When I update the …
-
I'm curious if the buffering behavior of [server](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/helloworld/server.js#L48) is expected?
**doSayRepeatHello** waits and sends ba…
-
Hello everyone.
I have a gRPC server and Blazor WASM for my frontend. Version is .NET 6. In my client application, in ### Program.cs file I'm setup dependency injection system to be able to provid…
-
Hello.
I'am interested to your grpcexample and i want to ask how to generate proto for web based client.
Thankyou
-
### What version of gRPC and what language are you using?
2.40 in dotnet standard 2.0
Envoy proxy v1.20 with Python backend.
###
I tried to set up a client using the following code:
```cshar…
-
Given a proto file like
```protobuf
syntax = "proto3";
message MyMessage {
optional float my_prop = 1;
}
```
Running the generator with options `--js_out=import_style=commonjs,binary:. …
-
# Description
Hi, I am trying to generate client/stub files but the `protoc-get` file fails. I checked the permissions and the file is executable, also it is in the $PATH. Do you have some ideas why …
-
Hey there,
I am trying to use a plugin with multiple outputs to generate a client stub and I can't figure out the documentation.
I want to use the protoc-gen-ts plugin by improbable-eng.
```bas…