-
We just had a really hard to detect bug. If you have a `map` in your proto then the Go structure becomes a `map[string]*MapItem`. This means that in Go you can do `map["id-1"] = nil` but this will cra…
-
I'm using Blazor WebAssembly 3.2.0 Preview 3
- Blazor .gRPC example: https://github.com/grpc/grpc-dotnet/tree/master/examples/Blazor
- Microsoft Docs page: https://docs.microsoft.com/en-us/aspne…
-
Disruption messages from Siri-SX or GTFS-RX should be displayed on Tavla.
Messages would refer to a stop, route or agency (AtB globaly).
# Siri-SX
AtB uses Siri-SX and Siri-VM (Situation Exch…
-
Hello,
Before I ask my question, I just want to be transparent that I'm a complete newbie when it comes to grpc/protos so if I misspeak in any way please excuse me. I'm a FE dev trying to implement s…
-
Hi,
I am currently working on using grpc-web to write a simple client for my service. I have created a service.proto file which was successfully compiled using protoc. The problem arose when I trie…
-
When I updated the Blazor WASM/gRPC example (https://github.com/grpc/grpc-dotnet/tree/master/examples/Blazor) with the v2.28.0.pre1 Nuget packages I'm getting client side errors in dev tools. Server s…
-
Hello,
I'm trying out the experimental Grpc-Web functionality.
On the client side, in Startup.cs, I have:
var handler = new GrpcWebHandler(GrpcWebMode.GrpcWebText, new HttpClientHandler(…
-
Error:
**Status(StatusCode=Internal, Detail="Error starting gRPC call: An error occurred while sending the request.")**
Proto Model
```
message DataToConvertRequest {
string data64 = 1;
}
``…
-
I've added a question on StackOverflow to provide [more details here](https://stackoverflow.com/questions/60188375/grpc-streaming-in-react-not-working-as-expected).
Basically, when I setup a stream…
-
(This is a quick report, I can make a minimal example some time later.)
Has anybody tried to use the combination of:
* Bazel 1.0+
* Protobuf 3.11.x
* `protoc-gen-validate`'s pgv Bazel rules?
…