gRPC 1.6.6 已发布,这是一个针对 gRPC Node 和 Ruby 库的补丁版本,修复了以下问题: Node Fix incorrect reference count in libuv network code (#12733) Update bundled dependency on node-pre-gyp to avoid vulnerability reported in #12798 Ruby Fix a memory-leak (#12493) Fix two bugs that can be triggered during grpc-library require, in which ruby objects are not GC-rooted for a brief period of time. (#12842 and #12237) 下载地址 Source code (zip) Source code (tar.gz) gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。 gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。 gRPC 1.6.6 发布,Google 高性能 RPC 框架下载地址