-
On 1.2.0, generating typescript bindings.
tl;dr: when envoy returns identical payloads for grpcwebtext and grpcweb modes, the `grpc-web` TS bindings return an unhelpful null response and no error f…
-
I recently updated to Blazor Webassembly 3.2 release and my grpc streams no longer work because the assembly file WebAssembly.Net.Http no longer exists. Is there a new workaround to replace the old on…
-
Background:
npx create-react-app
protoc -I=. src/greet.proto --js_out=import_style=typescript:. --grpc-web_out=import_style=typescript,mode=grpcwebtext:.
syntax = "proto3";
p…
-
We started using grpc-web on the client with the https://github.com/improbable-eng/grpc-web/tree/master/go/grpcweb Go package, and all of our requests would just hang, without any logging or error mes…
-
hello, i common is : protoc -I/home/tusimple/dewei/go/src/googleapis -I. \
--js_out=library=closure:./fe/src/api \
--grpc-web_out=import_style=closure,mode=grpcwebtext:./fe/src/api test.proto
i u…
-
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…
-
I think this is the same issue as #377 but no solution has been provided there. Any advice is appreciated.
## What I did
I cloned the repository and and followed the instructions in the README. I …
-
I've recently been trying to ping my backend from the browser using the client stub generated from the following commands:
Generate client stubs
```
protoc -I=. \
--proto_path=. \
--js_…
-
@JamesNK The question posted in this ticket may be related to [this closed issue](https://github.com/grpc/grpc-dotnet/issues/759).
Could you please share your Azure Configuration of the sa…
-
---
1. This is my proto file
---
```Go
syntax = "proto3";
package calculator;
option go_package = "calculatorpb";
message AddRequest {
int32 num1 = 1;
int32 num2 = 2;
}
mess…