grpc-go/examples/features/keepalive
Arvind Bright 8320224ff0
.*: revive from unused_parameters (#7577)
2024-08-30 10:41:30 -07:00
..
client Update docs and examples and tests to use NewClient instead of Dial (#7068) 2024-04-19 10:55:23 -07:00
server .*: revive from unused_parameters (#7577) 2024-08-30 10:41:30 -07:00
README.md examples: add keepalive example (#2637) 2019-02-14 16:58:00 -08:00

README.md

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.

go run server/main.go
GODEBUG=http2debug=2 go run client/main.go