-
Is there any plan to support the SDK for Java? Can I call the relevant interface through Java now?
-
Hi@michael, thanks for your great work, can you provide some scripts for test on customer images? thanks~
-
This project is really great. I have been thinking about a similar thing for ages
I was having a look at the go-client. It looks like there is no reason why we can't codegen other language clients…
ghost updated
5 years ago
-
假设客户端SRPCHttpClient的proto中定义了message、name两个字段,服务端的proto中只定义了name字段,此时客户端调用的时候,服务端会报RPCStatusReqDeserializeError;在我们的场景中,客户端多给一些参数期望是允许的,服务端这些参数可以不管;我看了下源码,在int SRPCMessage::deserialize(ProtobufIDLMess…
-
Is there a smart way to include the protocol buffer java counterparts into build?
I am having hard time deserializing protobuffers with c++ classes via JavaCPP.
Java classes of framework can be obta…
-
In protobuffer 3.12.0 it has been added experimental support for optional in proto3.
In order to activate this the following flag should be added to protoc:
--experimental_allow_proto3_optional
…
-
Hello, I'm trying to make a remote chat between an C# Server and Go Client, but I'm getting this error:
INFO [REMOTE] EndpointReader failed to read error="rpc error: code = Internal desc = gr…
-
After sync with the latest code and patch the pull request "https://github.com/google/autofdo/pull/70/commits/249bd5fe099a4b065906397b4390d9a205bb072a"
when build protobuffer, it will report "cann…
-
- [x] I confirm that this is an issue rather than a question.
## Bug report
RAM consumption is too much. Increasing in GBytes in days. I'm using a USB Video Grabber and then doing ambilight…
-
## What?
Syft models have a strong dependency on Proto (Protobuffer) data types.
## Why?
- Decoupling allow the internal data types in the library and those that map to them to evolve independent…