Qi Zhao 9e295f9684 Merge pull request #931 from MakMukhi/mmukhi_fix_pinghandle
Bug fix: Updated handlePing to not respond to acks
2016-10-14 11:22:16 -07:00
2015-03-24 10:15:18 -07:00
2016-10-07 16:57:44 -07:00
2016-07-27 23:38:59 -04:00
2016-09-30 07:44:08 -07:00
2016-09-23 11:12:52 +10:00
2016-05-26 15:11:33 -07:00
2016-01-06 19:04:19 -08:00
2016-07-27 23:39:19 -04:00
2016-06-29 13:36:10 -07:00
2015-11-11 14:50:21 -08:00
2016-10-14 10:47:28 -07:00
2016-10-07 11:07:23 -07:00
2016-08-16 15:48:05 -07:00
2016-09-19 15:11:57 -07:00
2016-09-19 15:11:57 -07:00
2015-06-24 11:34:49 +10:00
2016-02-19 11:56:12 -08:00
2016-08-26 13:50:38 -07:00
2015-02-05 17:14:05 -08:00
2016-06-09 14:40:28 -07:00
2016-08-18 17:09:26 -07:00
2016-07-27 23:39:19 -04:00
2016-06-01 16:40:26 -07:00

#gRPC-Go

Build Status GoDoc

The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the gRPC Quick Start guide.

Installation

To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:

$ go get google.golang.org/grpc

Prerequisites

This requires Go 1.5 or later .

Constraints

The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduces new dependencies which are NOT in the list, you need a discussion with gRPC-Go authors and consultants.

Documentation

See API documentation for package and API descriptions and find examples in the examples directory.

Status

GA

Description
No description provided
Readme 18 MiB
Languages
Go 99.2%
Shell 0.7%