grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
860 stars 271 forks source link

Keepalive #634

Closed mosuem closed 1 year ago

mosuem commented 1 year ago

Fixes #157.

For now, only handles pings from the client to the server.

Relies on https://github.com/dart-lang/http2/pull/127, as http2 needs to expose when a ping is received, instead of just silently acknowledging it.

mosuem commented 1 year ago

There are no interop tests for this AFAIK.