grpc / grpc-dart

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

Always listen to `onFrameReceived` #674

Closed mosuem closed 10 months ago

mosuem commented 1 year ago

To avoid memory leaks when not using keepAlive pings. Currently, the onFrameReceived fills up when not listened to.