英文: When trying to get a structure with string and uint32 types through a gRPC request, it is all sh...
ClientInterceptorContext在.NET中的生命周期/范围是什么?
英文: What is the lifetime/scope of ClientInterceptorContext in .NET? 问题 我有一个在.NET 4.6.2上使用Grpc.Core库的...
你可以使用HTTP2请求成功调用gRPC服务吗?
英文: Can you use a HTTP2 request to successfully call a gRPC service? 问题 由于grpc建立在http2之上,您可以使用http请求...
Error while using proto.Unmarshal for Protocol Buffers data: "string field contains invalid UTF-8
英文: Error while using proto.Unmarshal for Protocol Buffers data: "string field contains invalid...
grpc-js节点库中的ClientWritableStream实现与grpc/node API参考中提到的不同。
英文: ClientWritableStream implementation in grpc-js node library is different from whats mentioned in...
2个单向相同的gRPC调用会打开2个HTTP/2连接,还是它们会重复使用单个连接?
英文: Will 2 unidirectional identical gRPC calls open 2 HTTP/2 connections or will they reuse a single...
ASP.NET Core gRPC JSON transcoding throws InvalidOperationException.
英文: ASP.NET Core gRPC JSON transcoding throws InvalidOperationException 问题 我有一个基本的应用程序,并使用了 在 ASP.NE...
无法在 Golang 项目中导入 proto 文件。
英文: Cannot import proto file in Golang project 问题 import "filter.proto"; 导入"filter.pr...
gRPC是否可以响应任意类型的数据?
英文: Can we response an Any type on gRPC? 问题 我正在构建一个服务器来支持第三方应用程序。该服务器需要只有一个路径,但根据提供的操作,会返回不同类型的输出。问题...
开始一个套接字服务器会干扰 Golang 中的 gRPC/HTTP 客户端服务器通信。
英文: Starting a socket server interferes with the gRPC/http client server communication Golang 问题 我有一...