Slava Egorov
Slava Egorov
Thank you for the contribution. You need to delete `_estimatedRoundTripTime` to make analysis pass. I tried updating PR myself - but I can't push more changed into it because PR...
Thanks for the contribution. This PR does not pass analysis unfortunately. See errors above.
Thanks! One more request: could you add a `CHANGELOG.md` entry describing the change ``` ## 3.1.1-dev * Added ... ``` and change `pubspec.yaml` to set the version `3.1.1-dev` as well....
@tarobins does attaching this stack trace actually communicate any additional information? It's always going to be the same: a bunch of internal frames related to the timer implementation and the...
Cleared the milestone to reflect the change in our plans.
I would not say the idea (replying pre-header into the side-trace) is completely simple - it comes with a lot of tiny things to figure out (one of the most...
@EnesKaraosman you should probably use [this code](https://github.com/grpc/grpc-dart/pull/489#issuecomment-1117204933) as a solution
> Tried this one but received syntax issues with dart 2.18.4 Well, you most likely can fix them. The code should still work but needs to be updated.
@psypdt see https://github.com/grpc/grpc-dart/issues/157#issuecomment-703536505
> `dev_dependencies` apparently are shipped into the release build of Android (when imported in code, despite being used behind `kDebugMode` exclusively). If all uses are hidden behind `if (kDebugMode)` I...