1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-12-22 05:41:18 +00:00
nginx-sso/vendor/google.golang.org/grpc/examples/features/keepalive/README.md

16 lines
380 B
Markdown
Raw Normal View History

# Keepalive
This example illustrates how to set up client-side keepalive pings and
server-side keepalive ping enforcement and connection idleness settings. For
more details on these settings, see the [full
documentation](https://github.com/grpc/grpc-go/tree/master/Documentation/keepalive.md).
```
go run server/main.go
```
```
GODEBUG=http2debug=2 go run client/main.go
```