gRPC 1.6.6 已发布,这是一个针对 gRPC Node 和 Ruby 库的补丁版本,修复了以下问题:
Node
Fix incorrect reference count in libuv network code
Update bundled dependency on node-pre-gyp to avoid vulnerability reported in
Ruby
Fix a memory-leak
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.
gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。 gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。
软件详情:http://git.oschina.net/mirrors/grpc-framework
下载地址:https://github.com/grpc/grpc/archive/v1.6.6.zip
来自:开源中国社区

