-
Hey there,
First of all, I want to thank you for this amazing piece of art! Your work has been incredibly valuable.
I noticed that there is a gRPC plugin available in the source code, and I’m in…
-
roachtest.failover/partial/lease-gateway/lease=leader [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/17449330?buildTab=log) with [artifacts](…
-
I think I discovered a bug in the current gRPC code in mlserver. I have a model that returns float16 arrays and I tried to get predictions via gRPC. I could narrow down the issue to this example witho…
-
**Describe the bug:**
I'm receiving the error StatusCode.INVALID_ARGUMENT, but I can't find the cause.
**Steps to Reproduce:**
import os
from datetime import date, timedelta as td
from google…
-
By default grpc.enable_fork_support is 0.
If PHP has fork support enabled, it's better to use default of 1. Because it's bad UX for the developer to get a problem than do R&D in order to acknowledg…
-
I am having trouble using --proto_descriptors and --proto_roots
I have created a proto descriptor sample using `protoc --descriptor_set_out=desc.pb schema.proto`
When I run `./grpc-dump -proto_d…
-
### Describe the issue
While running our gRPC server with ASAN, we often see a use-after-poison error occur. Valgrind does not show a problem though.
```
I0521 09:09:13.214993342 1918165 config.c…
-
```
$ pyp2rpm google-assistant-sdk -s -d ~/tmp/gas -b 3 -v ''
INFO Pyp2rpm initialized.
INFO Using /home/brian/tmp/gas as directory to save source.
INFO Downloaded package from PyPI: /home/bria…
-
It would be nice to exclude certain host names from the proxy. I'm getting the following error which I have no good solution:
```
node-pre-gyp info check checked for "R:\project\node_modules\grpc…
-
## 问题
客户端复用 ClientConn 后,无法再次调用 RPC 方法成功
## server
直接使用 [greeter_server.php](https://github.com/swoole/grpc-client/blob/master/examples/grpc/greeter_server.php)
## client
直接改造 [greeter_…