grpc / grpc-dart

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

Logic error in http2_connection.dart #508

Open adrianflutur opened 3 years ago

adrianflutur commented 3 years ago

Hello, today I stumbled upon this while I was reading the code inside src/client/http2_connection.dart:

https://github.com/grpc/grpc-dart/blob/c982597faea6079712182b663779bf3098d25578/lib/src/client/http2_connection.dart#L273

I'm not sure how much this has impacted the average user as I can tell for myself that I didn't notice any anomalies happening (so far). I guess it should be addressed though, unless, of course, that's some neat quantum superposition thing going on there 😁

Thanks

krjw-eyev commented 2 years ago

Fixed by #522