grpc / grpc-dart

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

Always listen to `onFrameReceived` #674

Closed mosuem closed 5 months ago

mosuem commented 8 months ago

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