-
I try to get a duplex service working with grpcwebtext mode, but it fails.
```csharp
[ServiceContract]
public interface IDuplexStringService
{
IAsyncEnumerable Du…
-
When using mode=grpcwebtext for client configuration, responses are giving an error:
`{code: StatusCode.UNKNOWN, message: 'Incomplete response'}`
The response is received by the client, but is t…
-
## Background
We encounter this problem when we want to switch our gRPC server from a raw gRPC server to an Armeria server.
The main problem is that the response latency in p95 is much larger than…
-
I am having an issue similar to #336 which appears to have been resolved.
# common js - works as expected
```
protoc \
--proto_path=. \
--proto_path=./third_party \
…
-
Hi,
Sorry for an unrelated question
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 prot…
-
Hi
I'm following the "helloworld" tutorial and I'm at the point of running the below command:
protoc -I=. helloworld.proto \
--js_out=import_style=commonjs:. \
--grpc-web_out=import_style=comm…
-
When give `.proto` file of such
```
...
service FirstService {
rpc List (ObjectA) returns (ObjectA) {}
}
service SecondService {
rpc List (ObjectB) returns (ObjectB) {}
}
```
The `prot…
-
When performing a client call to a server-side streaming service, I never receive the 'end' event. The server implementation is in kotlin. Im using protoc-gen-grpc-web 1.4.2
This is my client code.…
-
Getting the following when used in a TypeScript project:
```
Try `npm i --save-dev @types/android-emulator-webrtc` if it exists or add a new declaration (.d.ts) file containing `declare module 'and…
muvaf updated
4 months ago
-
I have the following structure
```
proto
- gen
- doc
- js
- idl
- service1
- service1.proto
- service2
- service2.proto
```
I have the following buf.yaml
```yaml
versio…