14 Commits

Author SHA1 Message Date
f0a1202acd examples: Replace context.Background with context.WithTimeout (#1877) 2018-02-28 15:01:36 -08:00
4e1a1ebe3a update markdown render (#1542) 2017-09-28 10:12:44 -07:00
1ea63c9e71 Fix to avoid annoying firewall dialog on macOS (#1499)
macOS throws up an annoying firewall dialog with the following
question every time you start the route_guide/server:

Do you want the application “server” to accept incoming network connections?

This simple fix of actually typing out `localhost` seems to fix
this problem.
2017-08-31 10:24:01 -07:00
ce03e9cc71 Fix a typo in examples/gotutorial.md (#1374) 2017-07-17 10:25:45 -07:00
93166a0b0b Canonicalize https://grpc.io as the preferred URL prefix 2017-07-10 16:28:39 -07:00
6914ab1e33 Fix broken Markdown headings in examples/gotutorial.md (#1189) 2017-04-18 10:54:52 -07:00
c3d1b960a6 Fix broken markdown 2016-11-07 17:35:02 +00:00
9102dd4691 fix gotutorial.md error link
fix route_guide proto link
2016-07-29 11:29:02 +08:00
2ebbb6b455 Fix: Read() -> Recv()
I believe, there is stream.Recv() not stream.Read(), in RecordRoute(), isn't it?
2015-09-17 22:31:54 +03:00
853dbe54a6 examples: link to grpc.io
Instead of linking directly to github link to the grpc.io website.
2015-09-16 18:04:08 -07:00
322d9cf0e2 rearrange helloworld example folder structure 2015-08-27 18:57:12 -07:00
bb34a2f320 add back protos and update references 2015-08-27 16:22:11 -07:00
8740786e5b change all references of grpc-common to examples 2015-08-27 15:55:36 -07:00
f26e2dbd6b move grpc-common examples to right location 2015-08-27 15:42:22 -07:00